CNI - CI/CD用語集の定義
CNI(Container Network Interface)はcontainerネットワーキングを構成するためのplugin仕様です。KubernetesはCNI plugin(Calico、Cilium)を呼び出して、各podにIPと接続性を与えます。
関連ガイド
CRI - CI/CD Glossary DefinitionThe CRI is the gRPC API the kubelet uses to talk to any container runtime, decoupling Kubernetes from a singl…
Persistent Volume - CI/CD Glossary DefinitionA persistent volume is cluster storage whose lifecycle is independent of any pod, so data survives restarts -…
Service Discovery - CI/CD Glossary DefinitionService discovery lets services find each other by name as instances come and go, via DNS or a registry, inst…