Oracle Cloud Platform Data Integration 2020 Specialist — Question 31

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? (Choose the best answer.)

Answer options

Correct answer: A

Explanation

The correct answer is A, OCI Service Broker for Kubernetes, as it allows for dynamic provisioning of OCI resources, including Object Storage buckets, directly within Kubernetes. Option B, OCI Container Engine for Kubernetes, is focused on managing Kubernetes clusters rather than provisioning resources. Option C, Open Service Broker API, is a standard but does not specifically cater to OCI resources. Option D, Oracle Functions, is for serverless computing and does not handle storage provisioning.