Search⌘ K

Kubernetes Architecture

Explore the core architecture of Kubernetes by understanding how masters, nodes, and cloud-hosted services interact. Learn how Kubernetes clusters function as an operating system of the cloud, supporting application deployment across various platforms with specific hardware and networking requirements.

We'll cover the following...

OS of the cloud

We’ve already learned that Kubernetes sits between applications and infrastructure and acts like the OS of the cloud. The following figure shows applications running on Kubernetes, which, in turn, runs on infrastructure.

Applications running on Kubernetes
Applications running on Kubernetes
...