CRI-O - CI/CD用語集の定義
CRI-O は、Kubernetes Container Runtime Interface (CRI) を実装するために専用に作られた軽量な container runtime で、runc または crun で OCI image を実行します。
CRI-O は、Kubernetes Container Runtime Interface (CRI) を実装するために専用に作られた軽量な container runtime で、runc または crun で OCI image を実行します。
CRI-O は、Kubernetes Container Runtime Interface (CRI) を実装するために専用に作られた軽量な container runtime で、runc または crun で OCI image を実行します。
設計目標
CRI-O は Kubernetes が必要とするものだけをサポートするため、汎用の runtime と比べて表面積が小さく安定しています。
関連ガイド
containerd - CI/CD Glossary Definitioncontainerd: containerd is a widely used high-level container runtime that pulls images, manages storage and n…
Container Runtime - CI/CD Glossary DefinitionContainer Runtime: A container runtime is the software that creates and runs containers from images, managing…
runc - CI/CD Glossary Definitionrunc: runc is the reference low-level OCI runtime that actually spawns a container process using Linux namesp…
Pod - CI/CD Glossary DefinitionPod: A Pod is the smallest deployable unit in Kubernetes: one or more containers that share a network namespa…