Skip to content

JanaSabuj/helloworld-operator

Repository files navigation

helloworld-operator

My first kubernetes operator

Initial Scaffolding

  • kubebuilder init --domain janasabuj.github.io --repo github.com/JanaSabuj/helloworld-operator

  • kubebuilder create api --group custom --version v1 --kind HelloApp

  • make help

  • make manifests (generate CRD)

  • make install (install the CRD into the cluster)

About

My first kubernetes operator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published