EMERGING TRENDS IN SOFTWARE ENGINEERING
DEVOPS
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
Configmap
|
|
nodes
|
|
Master
|
|
Pods
|
|
Containers
|
Detailed explanation-1: -A Kubernetes cluster consists of a set of worker machines, called nodes, that run containerized applications. Every cluster has at least one worker node. The worker node(s) host the Pods that are the components of the application workload. The control plane manages the worker nodes and the Pods in the cluster.
Detailed explanation-2: -A Kubernetes cluster is a set of nodes that run containerized applications. Containerizing applications packages an app with its dependences and some necessary services. They are more lightweight and flexible than virtual machines.
Detailed explanation-3: -A Kubernetes cluster has two main components-the control plane and data plane, machines used as compute resources. The control plane hosts the components used to manage the Kubernetes cluster. Worker nodes can be virtual machines (VMs) or physical machines.
Detailed explanation-4: -Kube-api-server. Kube-scheduler. Kube-controller-manager. etcd. cloud-controller-manager.