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

CKA study material · question 544 of 1000

During kubeadm init, which flag sets the single address that every control plane node in the cluster will answer on?

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

Answer: C. --control-plane-endpoint

--control-plane-endpoint names the shared DNS name or load balancer for all control plane nodes, whereas --apiserver-advertise-address sets the address of one particular node's API server.

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

Challenge yourself on this topic → Study as cards