K8
Architecture Masters In a basic kubernetes cluster the masters run the following components: * kube-apiserver * kube-controller * kube-scheduler * etcd Workers In a basic K8's cluster the workers run the following components: * kube-proxy * kubelet kube-apiserver The kube-apiserver is the front end of the K8's control plane. It resides on