Skip to content

afzal442/kube-operator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kubernetes Operator

Build

docker build -t staticpage-controller .
# the following commands can be replaced with (if your docker build is compatible with minikube): minikube image load staticpage-controller
docker image save -o staticpage-controller.tar staticpage-controller
minikube image load staticpage-controller.tar
rm staticpage-controller.tar 

Deploy

kubectl apply -f example/crd.yaml # CRDs
kubectl apply -f example/deploy-controller.yaml # deploy the staticpage-controller (and roles)
kubectl apply -f example/mydep.yaml # staticpage example

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published