kubelet - CI/CD用語集の定義
kubeletはノードごとのエージェントで、ノードを登録し、control planeからpodのspecを受け取り、container runtimeを介して記述されたcontainerが実行され健全であることを保証します。
関連ガイド
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…