bhaskar-reddy / kubebuilder-starwars-example

Demo example for a kubernetes custom CRD build with kubebuilder

Home Page:https://blog.codecentric.de/2018/11/kubebuilder-und-ein-custom-crd-moege-die-macht-mit-dir-sein

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 install to install the CRD
  • make run to let the manager run
  • kubectl apply -f config/sample/ships_v1beta1_starship.yaml to spawn the first starhship

More Deployment options here

About

Demo example for a kubernetes custom CRD build with kubebuilder

https://blog.codecentric.de/2018/11/kubebuilder-und-ein-custom-crd-moege-die-macht-mit-dir-sein


Languages

Language:Go 91.7%Language:Makefile 5.9%Language:Dockerfile 2.4%