Debug School

Mohan
Mohan

Posted on

How Kubernetes work

Kubernetes is a platform for managing containerized applications1. It uses a cluster of machines, called nodes, to run and organize containers2. Kubernetes provides APIs to control and manage how containers are deployed, scaled, and load balanced13. Kubernetes works like an operating system that treats the cluster as a single pool of resources4. Kubernetes is a container-orchestration system, which means it does not create containers, but manages their lifecycle35.

Top comments (0)