A DevOps engineer is asked to access an Oracle Cloud Infrastructure Container Engine for Kubernetes (OKE) cluster to deploy new applications and manage existing ones.
Which two statements are true? (Choose two.)
A.
To access the cluster using kubectl, you have to set up a Kubernetes configuration file for the cluster. The kubeconfig file by default is named config and stored in the $HOME/.kube directory.
B.
When a cluster’s Kubernetes API endpoint has a public IP address, you can access the cluster in Cloud Shell by setting up a kubeconfig file.
C.
Generating an API signing key pair is not required while setting up cluster access using local machine if the public key is not already uploaded in the console.
D.
The only available option when a cluster’s Kubernetes API endpoint has a public IP address is to control the cluster locally using kubectl and the Kubernetes Dashboard.
E.
To access the cluster using kubectl, you have to set up a Kubernetes manifest file for the cluster. The kubeconfig file by default is named config and stored in the $HOME/.manifest directory.
To access an OKE cluster usingkubectl, you need to set up a Kubernetes configuration file (kubeconfig). By default, the kubeconfig file is namedconfigand stored in the$HOME/.kubedirectory.
When a cluster’s Kubernetes API endpoint has apublic IP address, you can useCloud Shellto access the cluster. Setting up a kubeconfig file is required to authenticate and manage the cluster.
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit