Container Runtime on k8or

Container runtimes act as the engine, responsible for executing and managing the lifecycle of your containerized applications. Learn More
Select Product Version Description Notes
containerd
containerd
Widely used, industry-standard container runtime by Docker, offering stability and performance.
CRI-O Lightweight, Kubernetes-focused container runtime prioritizing security and simplicity.
gVisor Sandbox-based container runtime offering strong isolation and security guarantees.
Kata Containers Lightweight container runtime based on lightweight VMs, similar to gVisor but focusing on performance.
Krustlet Kubernetes runtime for Kata Containers, designed for multi-tenant and resource-constrained environments.
Virtual Kubelet Allows running Kubernetes workloads on non-Linux operating systems through virtual machines.