Active Nerds
Back to Glossary Index

Reconciliation Loop

Continuous control loop pattern comparing actual cluster state against declared target state in etcd.

Mechanism & Definition

The core design pattern powering Kubernetes controllers. A controller continuously reads the desired state declared in etcd, compares it to the observed actual state from cluster nodes, and executes actions to converge actual state toward desired state.

Related Terms

Appears In