CRI - Definição do Glossário de CI/CD
A CRI (Container Runtime Interface) é o contrato gRPC padrão entre o kubelet e um container runtime (containerd, CRI-O), permitindo que o Kubernetes rode em qualquer engine compatível.
Guias relacionados
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…