kubelet - Definição do Glossário de CI/CD
O kubelet é o agente por node que registra o node, recebe as specs de pods do control plane e garante que os containers descritos estejam em execução e saudáveis por meio do container runtime.
Guias relacionados
Control Plane - CI/CD Glossary DefinitionThe control plane is the set of Kubernetes components - API server, scheduler, controllers - that decide what…
Pod - CI/CD Glossary DefinitionA pod is the smallest deployable unit in Kubernetes: one or more containers sharing a network namespace and s…
containerd - CI/CD Glossary Definitioncontainerd is the standard container runtime that handles image transfer, storage, and execution, used under…