CRI - CI/CD用語集の定義
CRI(Container Runtime Interface)は、kubeletとcontainer runtime(containerd、CRI-O)との間の標準的なgRPC契約で、Kubernetesが準拠したあらゆるエンジン上で動作できるようにします。
関連ガイド
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…