- We now have a defined, automated way to reconcile desired state within Kubernetes.
- When demand grows, Kubernetes gives us the primitives to scale pods and nodes in a controlled way.
- In periods of lower demand, Kubernetes can scale back down when autoscaling is configured.
- If a container, pod, or worker node fails, Kubernetes can restart or replace affected work to reduce downtime.
- Kubernetes helps teams use capacity efficiently by scheduling pods across suitable worker nodes.
- Kubernetes provides a solution to help growing organisations manage multiple containers with ease.