1Z0-1084-20 · Question #42
Which statement accurately describes Oracle Cloud Infrastructure (OCI) Load Balancer integration with OCI Container Engine for Kubernetes (OKE)?
The correct answer is D. OKE service provisions a single OCI Load Balancer instance shared with all the Kubernetes. If you are running your Kubernetes cluster on Oracle Container Engine for Kubernetes (commonly known as OKE), you can have OCI automatically provision load balancers for you by creating a Service of type LoadBalancer instead of (or in addition to) installing an ingress…
Question
Which statement accurately describes Oracle Cloud Infrastructure (OCI) Load Balancer integration with OCI Container Engine for Kubernetes (OKE)?
Exhibit
Options
- AOKE service provisions an OCI Load Balancer instance for each Kubernetes service with
- BOCI Load Balancer instance provisioning is triggered by OCI Events service for each Kubernetes
- COCI Load Balancer instance must be manually provisioned for each Kubernetes service that
- DOKE service provisions a single OCI Load Balancer instance shared with all the Kubernetes
How the community answered
(24 responses)- A4% (1)
- B8% (2)
- C4% (1)
- D83% (20)
Explanation
If you are running your Kubernetes cluster on Oracle Container Engine for Kubernetes (commonly known as OKE), you can have OCI automatically provision load balancers for you by creating a Service of type LoadBalancer instead of (or in addition to) installing an ingress controller like Traefik or Voyage When you apply this YAML file to your cluster, you will see the new service is created. After a short time (typically less than a minute) the OCI Load Balancer will be provisioned. https://oracle.github.io/weblogic-kubernetes-operator/faq/oci-lb/
Topics
Community Discussion
No community discussion yet for this question.
