Description
Lets Python programs call the Kubernetes API to inspect and manage clusters. It can create, update, watch, or delete resources such as pods, deployments, services, secrets, and namespaces.
This can change live infrastructure. Use least-privilege kubeconfig files, review automation carefully, and avoid exposing cluster credentials in scripts or logs.