FUNDAMENTALS OF COMPUTER

SYSTEMS DEVELOPMENT ANALYSIS

APPLICATION DEVELOPMENT PROCESSES

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
When you create a cluster, you need to download a Kubernetes configuration (kubeconfig) file for thecluster. Which three steps should be completed before downloading the kubeconfig file?
A
Generate an API signing key pair.
B
Verify whether you can access the cluster using Kubernetes Dashboard.
C
Install and configure the Oracle Cloud Infrastructure CLI.
D
Creating Kubernetes secret.
E
Added the public key value of the API signing key pair to the User Settings for your username.
Explanation: 

Detailed explanation-1: -To create your kubeconfig file manually Retrieve the endpoint for your cluster and store the value in a variable. Retrieve the Base64-encoded certificate data required to communicate with your cluster and store the value in a variable. Create the default  /.kube directory if it doesn’t already exist.

Detailed explanation-2: -You can access the clusters you create using the Kubernetes command line (kubectl), the Kubernetes Dashboard, and the Kubernetes API.

There is 1 question to complete.