What is Kubernetes?
Kubernetes (K8s) is an open-source system that runs and manages containers across a fleet of machines for you. You declare the desired state — "run 3 copies of this app" — and Kubernetes continuously makes reality match, self-healing failed containers and scaling on demand.
Read the intro tutorial