Kubernetes Flashcards
Who is responsible for high level decisions of the cluster?
Control Plane
Which part of the Plane is responsible for storing state and config info?
Etcd, which stores state and availability info in a key-value
Which part of the Plane monitors state and distributes the workload?
kube-controller-manager and kube-scheduler
What is the name of the agent that receives instructions from the Plane and reports back health info?
Kubelet
What is the smallest deployment unit in a Kubernetes cluster?
Pod
What is the name of the logical units that contain data/logic/actual code?
Container
Which higher level abstraction is responsible for containing how the cluster will be accessible from the outside world?
Service