k8s.martindbrv

Home

❯

concepts

❯

container runtime

container runtime

Aug 25, 20251 min read

A container runtime is a software capable of running containers. Most runtimes leverage existing Linux primitives like namespaces and cgroups.

Example runtimes are:

  • Docker Engine
  • containerd
  • runc
  • runhcs — the windows fork of runc
  • rkt (archived)
  • cri-o — specifically optimised for k8s

Graph View

Backlinks

  • The Kubernetes Control Plane
  • k8s worker nodes
  • kubelet

martindbrv © 2025 | Powered by Quartz v4.5.0 © 2021 jackyzha0, MIT Licensed

  • GitHub
  • LinkedIn