Building Kubernetes tools and APIs involves making a lot of decisions
and writing a lot of boilerplate.
In order to facilitate easily building Kubernetes APIs and tools using
the canonical approach, this framework provides a collection of
Kubernetes development tools to minimize toil.
Kubebuilder attempts to facilitate the following developer workflow for
building APIs
- Create a new project directory
- Create one or more resource APIs as CRDs and then add fields to the
resources
- Implement reconcile loops in controllers and watch additional resources
- Test by running against a cluster (self-installs CRDs and starts
controllers automatically)
- Update bootstrapped integration tests to test new fields and business
logic
- Build and publish a container from the provided Dockerfile
https://github.com/kubernetes-sigs/kubebuilder/releases
kubernetes-sigs/kubebuilder