Operator framework
The Operator Framework provides extensive support for developing operators:
- The Operator SDK provides a high-level API for accessing a Kubernetes cluster and a scaffolding to start an operator project.
- The Operator Lifecycle Manager manages the release and updates of operators and their CRDs.
- Operator Hub is a publicly available catalog of operators dedicated to shared operators.