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

CKA study material · question 720 of 1000

A LoadBalancer Service has been created but kubectl get svc shows its external address as pending. Where will the address appear once provisioned?

  1. In spec.loadBalancerIP
  2. In spec.externalIPs
  3. In an annotation added by the cloud controller
  4. In status.loadBalancer.ingress
Show the answer

Answer: D. In status.loadBalancer.ingress

Provisioning is asynchronous, and the resulting address is published in the Service's status rather than written back into the spec.

Source: Service (Kubernetes) — Service type › type: LoadBalancer

Challenge yourself on this topic → Study as cards