Slide 9
Slide 9 text
Components of k8s cluster#C-plane
● C-plane has a responsibility to
○ manage worker node(s)
○ detect several events in a cluster
○ serve API to interconnect with cloud provider (optional)
■ AWS/GCE/OpenStack/etc
● esp, kube-apiserver is the core-system of it.
● In general, these components are deployed in a Node.
○ the node is known as "master node"
○ in prod, you should deploy C-plane comps to multiple
machines(using Kubeadm or stuff)