ワーカーノード - CI/CD用語集の定義
ワーカーノードは、アプリケーションのpodを実行するKubernetesクラスタ内のマシン(VMまたは物理)です。各ノードはkubelet、container runtime、kube-proxyを実行し、その状態をコントロールプレーンに報告します。
ノード上のrunner
self-hostedのCI runnerは、しばしばworker node上のpodとしてデプロイされる(例: Actions Runner Controller経由)ため、runnerの容量はノードの容量に応じてスケールします。
関連ガイド
Control Plane - CI/CD Glossary DefinitionControl Plane: The control plane is the set of Kubernetes components that make global decisions about the clu…
kubelet - CI/CD Glossary Definitionkubelet: The kubelet is the agent that runs on every Kubernetes node. It watches the API server for pods assi…
Taint and Toleration - CI/CD Glossary DefinitionTaint and Toleration: A taint marks a node to repel pods that do not tolerate it; a toleration on a pod lets…