SYSTEMS DEVELOPMENT ANALYSIS
APPLICATION DEVELOPMENT PROCESSES
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
version of Kubernetes to run on new worker nodes
|
|
name of the node pool
|
|
shape of existing worker nodes
|
|
name of the cluster
|
Detailed explanation-1: -You can use Container Engine for Kubernetes to modify the properties of existing Kubernetes clusters. You can change: the name of a cluster. the number of node pools in a cluster by adding new node pools, or deleting existing node pools.
Detailed explanation-2: -Which statement is not true regarding Oracle Container Engine for Kubernetes? It requires customers to run their own control plane nodes.
Detailed explanation-3: -To access a cluster using kubectl, you have to set up a Kubernetes configuration file (commonly known as a ‘kubeconfig’ file) for the cluster. The kubeconfig file (by default named config and stored in the $HOME/. kube directory) provides the necessary details to access the cluster.
Detailed explanation-4: -You can access the clusters you create using the Kubernetes command line (kubectl), the Kubernetes Dashboard, and the Kubernetes API.