INTRODUCTION TO NET
APPLICATION DEVELOPMENT
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
It displays the OKE API Server version.
|
|
It will display the version of kubectl tool.
|
|
It will display the version of both kubectl tool as well as the version of OKE APl Server.
|
|
It will display 3 versions:kubectl tool version. Kubernetes API Server version, OKE Version.
|
Detailed explanation-1: -Container Engine for Kubernetes (OKE) helps you define and create Kubernetes clusters to enable the deployment, scaling, and management of containerized applications.
Detailed explanation-2: -In the Console, open the navigation menu and click Developer Services. Under Containers, click Kubernetes Clusters (OKE). Choose a Compartment you have permission to work in. On the Cluster List page, click the name of the cluster where you want to upgrade the Kubernetes version running on the control plane nodes.
Detailed explanation-3: -Which statement is not true regarding Oracle Container Engine for Kubernetes? It requires customers to run their own control plane nodes.
Detailed explanation-4: -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-5: -The default output format for all kubectl commands is the human readable plain-text format. To output details to your terminal window in a specific format, you can add either the-o or-output flags to a supported kubectl command.
Detailed explanation-6: -You can access the clusters you create using the Kubernetes command line (kubectl), the Kubernetes Dashboard, and the Kubernetes API.