CRI-O - CI/CD Glossary Definition
CRI-O is a lightweight container runtime built specifically to implement the Kubernetes Container Runtime Interface (CRI), running OCI images with runc or crun.
CRI-O is a lightweight container runtime built specifically to implement the Kubernetes Container Runtime Interface (CRI), running OCI images with runc or crun.
CRI-O is a lightweight container runtime built specifically to implement the Kubernetes Container Runtime Interface (CRI), running OCI images with runc or crun.
Design goal
CRI-O only supports what Kubernetes needs, which keeps its surface small and stable compared with a general-purpose runtime.
Related guides
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…