Kubernetes, often abbreviated as K8s, is an open-source platform for automating the deployment, scaling, and management of containerized applications, but it operates at a higher level. Instead of dealing with individual containers, Kubernetes deals with clusters of containers, scheduling them and managing their lifecycle on a system of nodes (which can be individual machines in a data center or virtual machines in the cloud).