https://github.com/codecentric/kubebuilder-starwars-example
Demo example for a kubernetes custom CRD build with kubebuilder
https://github.com/codecentric/kubebuilder-starwars-example
golang kubebuilder kubernetes
Last synced: 2 months ago
JSON representation
Demo example for a kubernetes custom CRD build with kubebuilder
- Host: GitHub
- URL: https://github.com/codecentric/kubebuilder-starwars-example
- Owner: codecentric
- Created: 2018-11-09T10:04:20.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-12T08:24:49.000Z (over 6 years ago)
- Last Synced: 2025-03-29T13:34:51.014Z (3 months ago)
- Topics: golang, kubebuilder, kubernetes
- Language: Go
- Homepage: https://blog.codecentric.de/2018/11/kubebuilder-und-ein-custom-crd-moege-die-macht-mit-dir-sein
- Size: 26.8 MB
- Stars: 25
- Watchers: 7
- Forks: 21
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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 starhshipMore Deployment options [here](https://book.kubebuilder.io/basics/project_creation_and_structure.html)