kubebuilder-starwars-example
kubebuilder-starwars-example copied to clipboard
Demo example for a kubernetes custom CRD build with kubebuilder
kubebuilder-starwars-example
That is a demo repository to add a custom CRD to a kubernetes clusters, for example via docker 4 mac or minikube.
Usage
Docker 4 Mac or Minikube
make installto install the CRDmake runto let the manager runkubectl apply -f config/sample/ships_v1beta1_starship.yamlto spawn the first starhship
More Deployment options here