When you create a cluster, you need to download a Kubernetes configuration (kubeconfig) file for the cluster. Which three steps should be completed before downloading the kubeconfig file?
- Generate an API signing key pair.
- Verify whether you can access the cluster using Kubernetes Dashboard.
- Install and configure the Oracle Cloud Infrastructure CLI.
- Creating Kubernetes secret.
- Added the public key value of the API signing key pair to the User Settings for your username.
Answer(s): A,C,E
Explanation:
Before you set up the kubeconfig file later in the tutorial, you must have already done the following (if you haven't, or you're not sure, see the Setting Up Cluster Access topic in the Container Engine for Kubernetes documentation):
· generated an API signing key pair
· added the public key value of the API signing key pair to the User Settings for your username · installed and configured the Oracle Cloud Infrastructure CLI (version 2.6.4 or later)
Reference:
https://www.oracle.com/webfolder/technetwork/tutorials/obe/oci/oke-full/index.html
Reveal Solution Next Question