CNI - CI/CD Glossary Definition
The CNI (Container Network Interface) is the plugin spec for configuring container networking; Kubernetes calls a CNI plugin (Calico, Cilium) to give each pod an IP and connectivity.
Related guides
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…