Control Plane - CI/CD用語集の定義
control planeはKubernetesクラスターの頭脳で、API server、scheduler、controller manager、etcdが一体となって何をどこで実行するかを決め、実際の状態を望ましい状態へと調整します。
CIにおいて
self-hosted runnerのコントローラーやautoscalerはcontrol planeと通信してrunner podを作成・削除します。control planeのlatencyは、新しいrunnerが現れる速さに直接影響します。
関連ガイド
kubelet - CI/CD Glossary DefinitionThe kubelet is the agent on every Kubernetes node that starts and stops containers, reports node health, and…
Operator - CI/CD Glossary DefinitionA Kubernetes operator is a custom controller that encodes operational know-how, watching custom resources to…
Node Pool - CI/CD Glossary DefinitionA node pool is a group of cluster nodes that share a machine type and config, letting you run CI builds on a…