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

CKA study material · question 54 of 1000

Which flag sets the shared endpoint that every control-plane node in a cluster answers on?

  1. --apiserver-bind-port
  2. --control-plane-endpoint
  3. --node-ip
  4. --apiserver-advertise-address
Show the answer

Answer: B. --control-plane-endpoint

--control-plane-endpoint sets the shared endpoint; --apiserver-advertise-address sets one node's own address.

Source: Creating a cluster with kubeadm (Kubernetes) — Considerations about apiserver-advertise-address and ControlPlaneEndpoint

Challenge yourself on this topic → Study as cards