What is Kubernetes?
Kubernetes is a portable, extensible open-source platform for managing containerized workloads and services, that facilitates both declarative configuration and automation.
Popular container orchestration system
Why Kubernetes?
* Automatic binpacking (Managing container)
* Horizontal scaling
* Automated rollouts and rollbacks
* Self-healing
* Service discovery and load balancing
* Secret and configuration management
Ref: