containerd - CI/CD用語集の定義
containerdは、イメージをpullしcontainerのライフサイクルを監督する中核的なcontainer runtimeです。KubernetesはCRIを通じてこれを駆動し、containerdはさらにruncのような低レベルruntimeを呼び出します。
関連ガイド
CRI - CI/CD Glossary DefinitionThe CRI is the gRPC API the kubelet uses to talk to any container runtime, decoupling Kubernetes from a singl…
kubelet - CI/CD Glossary DefinitionThe kubelet is the agent on every Kubernetes node that starts and stops containers, reports node health, and…
OCI Image - CI/CD Glossary DefinitionAn OCI image is a container image following the Open Container Initiative spec, so it runs across Docker, con…