Skip to content
Latchkey

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 と比べて表面積が小さく安定しています。

関連ガイド