As a cloud-native developer, you are designing an application that depends on Oracle Cloud Infrastructure (OCI) Object Storage wherever the application is running. Therefore, provisioning of storage buckets should be part of your Kubernetes deployment process for the application.Which should you leverage to meet this requirement?
How can you find details of the tolerations field for the sample YAML file below? apiVersion: v1 kind: Pod metadata: name: busybox namespace: default spec: containers:- image: busyboxcommand:- sleep- "3600"imagePullPolicy: IfNotPresentname: busyboxrestartPolicy: Alwaystolerations:...
You encounter an unexpected error when invoking the Oracle Function named “myfunction” in application “myapp”.Which can you use to get more information on the error?
You are developing a serverless application with Oracle Functions. You have created a function in compartment named prod. When you try to invoke your function you get the following error:Error invoking function. status: 502 message: dhcp options ocidl.dhcpoptions.ocl,iad. aaaaaaaanprvvpxpsxlabcgdq does not exist or Oracle Functions is not authorized to use itHow can you resolve this error?
Which two are benefits of distributed systems? (Choose two.)
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? apiVersion: v1 kind: Service metadata: name: my-nginx-svc labels: app: nginx annotations:<Fill in>spec:type: LoadBalancerports:- port: 80selector:app: nginx