CRI-O - Definição do Glossário de CI/CD
CRI-O é um container runtime leve construído especificamente para implementar a Kubernetes Container Runtime Interface (CRI), executando OCI images com runc ou crun.
CRI-O é um container runtime leve construído especificamente para implementar a Kubernetes Container Runtime Interface (CRI), executando OCI images com runc ou crun.
CRI-O é um container runtime leve construído especificamente para implementar a Kubernetes Container Runtime Interface (CRI), executando OCI images com runc ou crun.
Objetivo de design
O CRI-O só suporta o que o Kubernetes precisa, o que mantém sua superfície pequena e estável em comparação com um runtime de uso geral.
Guias relacionados
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…