Description
Provides tools for building Kubernetes operators and applications. Developers use it to scaffold projects, generate manifests, run local checks, and package controller logic that manages Kubernetes resources.
Use it when an application should automate Kubernetes operations through an operator pattern. Generated controllers can change cluster resources, so review permissions, manifests, and reconciliation logic before deployment.