Jason:
I have a question, the lecture on certificates. there is a part where it is stated that kube scheduler and controller manager need the key word “system” before the name. Is this the case with kube proxy as well? This is not clear.
Tej_Singh_Rana:
Hello, @Jason
Yeah, we have to use the same for kube-proxy as well.
https://github.com/mmumshad/kubernetes-the-hard-way/blob/master/docs/04-certificate-authority.md#the-kube-proxy-client-certificate
unnivkn:
it may be the group name. All the system pods (k get po -n kube-system) may come under system groups