Operator library
The zio-k8s-operator
library is a higher level library built on top of the client providing support for implementing Kubernetes Operators.
- Implementing operators - shows how to launch operators for any resource and customize them with aspects
- Auto-registering CRDs - register custom resource definitions from the application at startup
- Leader election - a simple leader election mechanism to guarantee the operator runs only in a single instance