engineater
engineater
Control-plane is different role of node, but when I make technical interview about k8s. a candidates 100% sure that kubelet, kube-proxy are not on control-planes. I think the image is...
I use k8s 1.29.5 deploy with standard kubeadm. So I can see that control-plane has kube-proxy. ``` $ kubectl get no -o wide NAME STATUS ROLES AGE VERSION INTERNAL-IP EXTERNAL-IP...
On control-plane I can see that kubelet is running ``` $ sudo pstree | grep kubelet |-kubelet---15*[{kubelet}] $ systemctl status kubelet.service ● kubelet.service - kubelet: The Kubernetes Node Agent Loaded:...
@kundan2707 well in k8s 1.29 (maby start from 1.27) we do not have concept "master" node. We have only concepts "control-plane" and "workers" nodes. So if we say "control plane"...
Well if the diagram show architecture whitout mistakes. Is it possible on page https://kubernetes.io/docs/concepts/architecture/ add some description that kubelet and kube-proxy also run on control-plane nodes? O maby add some...
@tengqm I think you explanation will be good to see on document https://kubernetes.io/docs/concepts/architecture/ .