Study. uk . com
  1. Home
  2. All questions
  3. Question 539

CKA study material · question 539 of 1000

Which kube-apiserver flag makes the API server validate the certificate a kubelet presents?

  1. --kubelet-client-certificate
  2. --kubelet-certificate-authority
  3. --client-ca-file
  4. --tls-cert-file
Show the answer

Answer: B. --kubelet-certificate-authority

--kubelet-certificate-authority supplies the CA bundle used to verify the kubelet's serving certificate. --kubelet-client-certificate is how the API server identifies itself to the kubelet, which is the opposite direction.

Source: Communication between Nodes and the Control Plane (Kubernetes) — Control plane to node › API server to kubelet

Challenge yourself on this topic → Study as cards