Oracle Cloud Platform Data Integration 2021 Specialist — Question 2
Which statement accurately describes Oracle Cloud Infrastructure (OCI) Load Balancer integration with OCI Container Engine for Kubernetes (OKE)?
Answer options
- A. OCI Load Balancer instance provisioning is triggered by OCI Events service for each Kubernetes service with LoadBalancer type in the YAML configuration.
- B. OKE service provisions an OCI Load Balancer instance for each Kubernetes service with LoadBalancer type in the YAML configuration.
- C. OCI Load Balancer instance must be manually provisioned for each Kubernetes service that requires traffic balancing.
- D. OKE service provisions a single OCI Load Balancer instance shared with all the Kubernetes services with LoadBalancer type in the YAML configuration.
Correct answer: B
Explanation
The correct answer is B because the OKE service automatically provisions an OCI Load Balancer instance for each service defined with the LoadBalancer type in the YAML configuration. Option A is incorrect as it inaccurately attributes the provisioning trigger to the OCI Events service. Option C is wrong since manual provisioning is not necessary when using OKE for LoadBalancer services. Option D misrepresents the integration by suggesting a single Load Balancer is shared among multiple services.