Slide 29
Slide 29 text
Kubernetes Master Components
● Etcd
○ Backing datastore for K8s
○ Stores all cluster related information
● Kube-apiserver
○ From end API server for Kubernetes that exposes the Kube API to clients
● Kube-controller-manager
○ Runs Kube controllers that perform routine tasks like populating endpoints, tracking nodes that appear and leave,
etc
● Kube-scheduler
○ Watches for new pod creations that are not running and finds a node for them to run on