FUNDAMENTALS OF COMPUTER

SYSTEMS DEVELOPMENT ANALYSIS

APPLICATION DEVELOPMENT PROCESSES

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
What does the command kubect1 version return when run against Oracle CloudInfrastructure Container Engine for Kubernetes (OKE)?
A
It displays the OKE API Server version.
B
It will display the version of kubectl tool.
C
It will display the version of both kubectl tool as well as the version of OKE APl Server.
D
It will display 3 versions:kubectl tool version. Kubernetes API Server version, OKE Version.
Explanation: 

Detailed explanation-1: -Oracle Container Engine for Kubernetes (OKE) is a managed Kubernetes service for operating containerized applications at scale while reducing the time, cost, and operational burden of managing the complexities of Kubernetes infrastructure.

Detailed explanation-2: -In Oracle Cloud Infrastructure (OCI), we strive to simplify the operational experience of running containers. OCI currently offers a managed Kubernetes service, Container Engine for Kubernetes (OKE), that allows you to run containerized applications at scale.

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: -Despite what you may have heard, Kubernetes is not an operating system, but still depends on Linux (or Windows) to be installed on the nodes.

There is 1 question to complete.