Search⌘ K
AI Features

Kubernetes

Explore the Kubernetes system, its origins, and how it manages distributed clusters by coordinating worker and manager nodes. Understand roles, cluster resources like pods and persistent volumes, and how Kubernetes maintains desired state and high availability using etcd.

Kubernetes is a system that Google initially designed, inspired by a similar system called Borg, which was designed and developed by Verma et al.A. Verma, L. Pedrosa, M. R. Korupolu, D. Oppenheimer, E. Tune, and J. Wilkes, “Large-scale cluster management at Google with Borg,” Proceedings of the European Conference on Computer Systems, Eurosys, 2015. and ...