Skip to content

Q-Smith/go-kso

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Intro

Kubernetes Shell Operator.

Big shout out and thank you to the Flant team for creating the Shell Operator.

Some commands

make go-build-linux
make go-build-windows
docker build --no-cache -f ./Dockerfile -t kso:latest .
kind load docker-image kso:latest --name demo
# prep
kubectl apply -f ./manifests/ns_demo.yaml
kubectl apply -f ./manifests/crd_tenant.yaml

# operator
kubectl apply -f ./manifests/dpt_kso.yaml
kubectl logs -n demo --all-containers=true deployment/kso

# test
kubectl apply -f ./tests/hc_tenant.yaml
kubectl delete -f ./tests/hc_tenant.yaml
kubectl delete -f ./manifests/dpt_kso.yaml
kubectl delete -f ./manifests/crd_tenant.yaml
kubectl delete -f ./manifests/ns_demo.yaml

About

Kubernetes Shell Operator

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors