Question 18 of 32 from exam 1Z0-1043-20: Oracle Cloud Infrastructure Developer 2020 Associate

Question 18 of 32 from exam 1Z0-1043-20: Oracle Cloud Infrastructure Developer 2020 Associate

Question

Given a service deployed on Oracle Cloud Infrastructure Container Engine for Kubernetes (OKE), which annotation should you add in the sample manifest file below to specify a 400 Mbps load balancer? (Choose the best answer.)

apiversion: vi
kind: Service

metadata:
name: my-nginx-sve
labels:
app: nginx
annotations:
<Fill in>

spec:
type: LoadBalancer
ports:
- port: 80
selector:

app: nginx

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B. C. D.

C.

https://docs.cloud.oracle.com/en-us/iaas/Content/ContEng/Tasks/contengcreatingloadbalancer.htm