Which testing approaches is a must for achieving high velocity of deployments and releases of cloud-native applications?
You have been asked to create a stateful application deployed in Oracle Cloud Infrastructure (OCI) Container Engine for Kubernetes (OKE) that requires all of your worker nodes to mount and write data to persistent volumes.Which two OCI storage services should you use? (Choose two.)
Which statement is incorrect with regards to the Oracle Cloud Infrastructure (OCI) Notifications service?
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? apiVersion: v1 kind: Service metadata: name: my-nginx-svc labels: app: nginx annotations:<Fill in>spec:type: LoadBalancerports:- port: 80selector:app: nginxapiVersion: v1kind: Servicemetadata:name: my-nginx-svclabels:app: nginxannotations:<Fill in>spec:type: LoadBalancerports:- port: 80selector:app: nginx
You are a consumer of Oracle Cloud Infrastructure (OCI) Streaming service.Which API should you use to read and process the stream?
Which concept is NOT related to Oracle Cloud Infrastructure Resource Manager?