In the sample Kubernetes manifest file below, what annotations should you add to create a private load balancer in Oracle Cloud Infrastructure Container Engine for Kubernetes? A. service.beta.kubernetes.io/oci-load-balancer-internal: “true” service.beta.kubernetes.io/oci-load-balancer-subnet1: “ocid1.subnet.oc1..aaaaaa….vdfw” B. service.beta.kubernetes.io/oci-load-balancer-private: “true” service.beta.kubernetes.io/oci-load-balancer-subnet1: “ocid1.subnet.oc1..aaaaaa….vdfw” C. service.beta.kubernetes.io/oci-load-balancer-internal: “true” D.…

You have been asked to create a stateful application deployed in Oracle Cloud Infrastructure (OCI) Container Engine for Kubemetes (OKE) that requires all of your worker nodes to mount and write data to persistent volumes. Which two OCI storage services…

You have written a Node.js function and deployed it to Oracle Functions. Next, you need to call this function from a microservice written in Java deployed on Oracle Cloud Infrastructure (OM Container Engine for Kubernetes (OKE). Which can help you…