FUNDAMENTALS OF COMPUTER

SYSTEMS DEVELOPMENT ANALYSIS

APPLICATION DEVELOPMENT PROCESSES

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
You confirm to have already installed kubectl and have an active OKE cluster with at least one nodepool and worker node.What details of the nodes running in the cluster are displayed in the terminal window by running thecommand ‘$ kubectl get nodes’, when connected to the new cluster you have created?
A
NAME READY STATUS AGE ROLES
B
NAME TYPE STATUS PORT KIND
C
NAME AGE TYPE VERSION CLUSTER-IP
D
NAME STATUS ROLES AGE VERSION
Explanation: 

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

Detailed explanation-2: -This command initializes a Kubernetes worker node and joins it to the cluster.

There is 1 question to complete.