CRI - CI/CD Glossary Definition
The CRI (Container Runtime Interface) is the standard gRPC contract between the kubelet and a container runtime (containerd, CRI-O), letting Kubernetes run on any compliant engine.
Related guides
CNI - CI/CD Glossary DefinitionThe CNI is the plugin standard for wiring container networking - assigning IPs and routes to pods - used by K…
kubelet - CI/CD Glossary DefinitionThe kubelet is the agent on every Kubernetes node that starts and stops containers, reports node health, and…
containerd - CI/CD Glossary Definitioncontainerd is the standard container runtime that handles image transfer, storage, and execution, used under…