Blog topic

Kubernetes

Controllers, reconciliation, cluster operations, policy engines, CNCF tools, and rollout behavior.

Kubernetes

Why Kubernetes Needs etcd: The Database Behind the Control Plane (Part-I)

Most engineers know Kubernetes uses etcd. Fewer understand why it needs it. This article explores the state-management problem etcd solves and why the control plane depends on it.

KubernetesetcdDistributed SystemsControl PlaneBackend EngineeringKubernetes Internals

21 min read

Kubernetes

Reconciliation loops that do not fight operators

Notes on building Kubernetes control loops that converge reliably while still leaving humans room to understand and intervene.

KubernetesOperatorsControl Loops

1 min read