1Z0-1084-20 · Question #3
Given a service deployed on Oracle Cloud infrastructure Container Engine for Kubernetes (OKE), which annotation should you add in the sample manifest file to specify a 400 Mbps load balancer?
The correct answer is C. service . beta. kubernetes . lo/oci-load-balancer-shape: 400Mbps. The shape of an Oracle Cloud Infrastructure load balancer specifies its maximum total bandwidth (that is, ingress plus egress). By default, load balancers are created with a shape of 100Mbps. Other shapes are available, including 400Mbps and 8000Mbps. To specify an alternative…
Question
Given a service deployed on Oracle Cloud infrastructure Container Engine for Kubernetes (OKE), which annotation should you add in the sample manifest file to specify a 400 Mbps load balancer?
Exhibit
Options
- Aservice.beta, kubernetes. lo/oci-load-balancer-kind: 400Mbps
- Bservice, beta, kubernetes. lo/oci-load-balancer-value: 4 00Mbps
- Cservice . beta. kubernetes . lo/oci-load-balancer-shape: 400Mbps
- Dservice . beta . kubernetes . lo/oci-load-balancer-size: 400Mbps
How the community answered
(52 responses)- A10% (5)
- B6% (3)
- C83% (43)
- D2% (1)
Explanation
The shape of an Oracle Cloud Infrastructure load balancer specifies its maximum total bandwidth (that is, ingress plus egress). By default, load balancers are created with a shape of 100Mbps. Other shapes are available, including 400Mbps and 8000Mbps. To specify an alternative shape for a load balancer, add the following annotation in the metadata section of the manifest file: service.beta.kubernetes.io/oci-load-balancer-shape: <value> where value is the bandwidth of the shape (for example, 100Mbps, 400Mbps, 8000Mbps). name: my-nginx-svc service.beta.kubernetes.io/oci-load-balancer-shape: 400Mbps spec: type: LoadBalancer
Topics
Community Discussion
No community discussion yet for this question.
