CNI (Container Network Interface) - CI/CD用語集の定義
CNI は Container Network Interface で、pod のネットワークを構成するプラグインの標準です。IP を割り当て、pod を接続してノード間で互いに到達できるようにします。Calico、Cilium、Flannel が一般的な実装です。
なぜ重要か
ネットワークエラーとともに ContainerCreating で止まっている pod は、通常、ノード上で CNI plugin が欠けているか誤設定されていることを意味し、kubelet が pod サンドボックスをセットアップできません。
関連ガイド
CSI (Container Storage Interface) - CI/CD Glossary DefinitionCSI (Container Storage Interface): CSI is the Container Storage Interface, a standard that lets storage vendo…
Network Policy - CI/CD Glossary DefinitionNetwork Policy: A network policy is a Kubernetes object that controls which pods can talk to which, acting as…
Worker Node - CI/CD Glossary DefinitionWorker Node: A worker node is a machine (VM or physical) in a Kubernetes cluster that runs application pods.…