Residents must reach a public recreation-registration API on OKE through an OCI load balancer. Which developer-facing Kubernetes object asks OKE to provision and wire that balancer to the selected Pods?
Select an answer to reveal the explanation.
Short Explanation
On OKE, type LoadBalancer on a Service is how you ask the platform for an OCI load balancer in front of your Pods. The cluster wires it up—you are not sitting an Architect landing-zone LB exam.
Full Explanation
Declaring a Service with type LoadBalancer is the documented OKE developer path to obtain an OCI load balancer (or network load balancer per annotations) targeting selected Pods. OKE creates and associates that balancer. Designing tenancy-wide LB topology is Architect-leaning and not this item’s skill. ConfigMaps and CronJobs do not replace the LoadBalancer Service object.