I am confused that there is no kubelet in controlplane but static pod are there . . .

I Malla:
I am confused that there is no kubelet in controlplane but static pod are there …
And next : there is no staticfilepath in /var/lib/kubelet/config.yaml but static pod are created when file pod manifest is kept in /etc/kubernetes/manifest in node01 for mock 2 lab

John Paul:
Please provide clarity like what task / lab you mention here ?

I Malla:
Q.09 We have created a new deployment called nginx-deploy. scale the deployment to 3 replicas. Has the replica’s increased? Troubleshoot the issue and fix it.

I Malla:

I Malla:
my query is how are these controlplane componenets being deployed as static pod in this master node without having kubelet run as a service in master node

Malayamanas Panda:
@I Malla Please reply with exact lab URL, for example: https://uklabs.kodekloud.com/topic/practice-test-certificates-api-2/

I Malla:
@Malayamanas Panda https://uklabs.kodekloud.com/topic/mock-exam-2-4/ this is the lab

John Paul:
Kubelets are generally not installed as pods or containers, Instead it is setup as a separate Linux process. You can get details of the running kubelet process using the command
ps aufx| grep kubelet

John Paul:
Kubelets provisons pods so if it is designed as a pod, then who will create itself :bulb:

Malayamanas Panda:
@I Malla I do NOT exactly know, but it points to Docker in Docker nested container solution by KATAKODA. Surely, NODE01 is a VM, not a container. But controlplane is container and controlplane’s pods are containers in side controlplane container, and sleep 10000 , is the entry point, but that starts controlplane pods as docker container and may be starting kube-system pods through some scripts with ENTRY-POINT

Malayamanas Panda:
@John Paul There is no kubelet process available in master / controlplane . That is the question from @I Malla

I Malla:
@John Paul yes my question is there is no kubelet running as service but static pods are there in master node . Thank you @Malayamanas Panda for the reply

Malayamanas Panda:
@I Malla , I appreciate to your careful eyes. Keep it up. Thanks for the question . It feeds .