Oracle Cloud Platform Data Integration 2020 Specialist — Question 17

A service you are deploying to Oracle Cloud Infrastructure (OCI) Container Engine for Kubernetes (OKE) uses a docker image from a private repository in OCI
Registry (OCIR).
Which configuration is necessary to provide access to this repository from OKE? (Choose the best answer.)

Answer options

Correct answer: C

Explanation

The correct answer is C because creating a docker-registry secret with an identity Auth Token ensures that OKE can authenticate and pull images from the private OCIR repository. Option A is incorrect because it does not specify the correct type of secret needed for image pulling. Option B is wrong as it uses API key credentials instead of the required identity Auth Token. Option D is not relevant to the specific secret configuration needed to access the private repository.