Oracle Cloud Infrastructure 2020 Architect Associate — Question 25

You developed a microservices based application that runs on Oracle Cloud Infrastructure (OCI) Container Engine for Kubernetes (OKE). You want to provide access to this cluster to other team members.
What should you do to provide access to this cluster using as fewest steps as possible?

Answer options

Correct answer: B

Explanation

Option B is correct because it allows for individual access tokens, providing a secure and manageable way for each team member to access the OKE cluster using their own credentials. Options A and D lack the individual access tokens, which can complicate access management. Option C introduces unnecessary complexity by requiring cluster roles and bindings, which are not needed when using access tokens.