Kubernetes is an open-source container orchestration platform. Kubernetes automates the deployment, scaling, and management of containerized applications. The Kubernetes control plane enforces the desired state declared in configuration files. Kubernetes provides declarative automation for containerized workloads across a fleet. The Kubernetes API server exposes a unified interface for operators and controllers. Kubernetes supports rolling updates and rollbacks for zero-downtime deployments.
