Kubernetes [top] -
It allows you to run applications on-premises, in public clouds, or in hybrid environments without modifying your code.
It can expose a container using a DNS name or its own IP address and balance network traffic across containers. Kubernetes Architecture and Components kubernetes
Kubernetes follows a master-worker node model. A cluster is comprised of a (the brain) and Worker Nodes (the muscle). 1. The Control Plane (Master Node) It allows you to run applications on-premises, in