Tagged articles
3 articles
Page 1 of 1
Ops Community
Ops Community
Sep 6, 2025 · Cloud Native

Why We Dropped Docker: A Full Production Migration to Containerd

This article recounts how our team, after repeated Docker daemon failures on a 500‑node Kubernetes cluster, performed a zero‑downtime migration to Containerd, detailing architectural differences, preparation steps, migration procedures, performance benchmarks, post‑migration adjustments, common pitfalls, and best practices for large‑scale production environments.

Docker migrationKubernetescontainerd
0 likes · 26 min read
Why We Dropped Docker: A Full Production Migration to Containerd
Efficient Ops
Efficient Ops
Jun 6, 2022 · Cloud Native

How to Migrate Kubernetes from Docker to cri‑o: Step‑by‑Step Guide

This guide explains why Kubernetes dropped dockershim, clarifies OCI and CRI standards, compares Docker, containerd and cri‑o runtimes, and provides a step‑by‑step procedure—including node draining, Docker removal, kernel tuning, cri‑o installation, kubelet reconfiguration, and verification—to successfully migrate a cluster from Docker to cri‑o before upgrading to version 1.24.

CRI-ODevOpsDocker migration
0 likes · 14 min read
How to Migrate Kubernetes from Docker to cri‑o: Step‑by‑Step Guide