FUNDAMENTALS OF COMPUTER

SYSTEMS DEVELOPMENT ANALYSIS

APPLICATION DEVELOPMENT PROCESSES

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
What is used for cluster management and tot providing the API used for configuring andmanaging resources in a cluster created using Oracle Cloud Infrastructure Container Engine forKubernetes (OKE)?
A
The master node is responsible for cluster management and for providing the API.
B
The Cluster State Store is responsible for cluster management and for providing the API.
C
The Kube Proxy Service can do cluster and API management of cluster resources.
D
Pods have the cluster agent software that can be used for cluster management and APImanagement.
Explanation: 

Detailed explanation-1: -Helm is a tool for managing packages of pre-configured Kubernetes resources. These packages are known as Helm charts. Use Helm to: Find and use popular software packaged as Kubernetes charts.

Detailed explanation-2: -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-3: -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-4: -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.

There is 1 question to complete.