Oracle Cloud Platform Data Integration 2020 Specialist — Question 8
Which two are required to enable Oracle Cloud Infrastructure (OCI) Container Engine for Kubernetes (OKE) cluster access from the kubectl CLI? (Choose two.)
Answer options
- A. An SSH key pair with the public key added to cluster worker nodes.
- B. Install and configure the OCI CLI
- C. OCI Identity and Access Management Auth Token
- D. Tiller enabled on the OKE cluster
- E. A configured OCI API signing key pair
Correct answer: B, E
Explanation
The correct answers are B and E because the OCI CLI must be installed and configured to interact with the cluster, and an OCI API signing key pair is necessary for authentication. Options A, C, and D are not required for kubectl access; SSH keys, auth tokens, and Tiller are not part of the essential setup for using kubectl with OKE.