SOFTWARE ENGINEERING

EMERGING TRENDS IN SOFTWARE ENGINEERING

DEVOPS

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Which of the following is not part of Kubernetes Worker nodes?
A
Kube Proxy
B
Kubelet
C
Kube-scheduler
D
Container Runtime
Explanation: 

Detailed explanation-1: -The worker nodes are the part of the Kubernetes clusters which actually execute the containers and applications on them. They have two main components, the Kubelet Service and the Kube-proxy Service.

Detailed explanation-2: -cloud-controller-manager If you are running Kubernetes on your own premises, or in a learning environment inside your own PC, the cluster does not have a cloud controller manager.

Detailed explanation-3: -Kube-api-server. Kube-scheduler. Kube-controller-manager. etcd. cloud-controller-manager.

There is 1 question to complete.