Skip to main content

The Reconciliation Loop

What You Will Learn

  • How the reconciliation loop works
  • What happens when you push to Git

This page is a placeholder. Full content will be written after tone/depth review of priority chapters.

Planned Content

  • Push to Git -> Source controller detects change -> Kustomize controller applies -> Verification
  • Reconciliation interval and how it affects deployment speed
  • Manual reconciliation with flux reconcile
  • What happens when things fail
  • Retry behavior and error reporting

Key Takeaways

  • Flux continuously reconciles the cluster to match Git
  • You can trigger manual reconciliation for immediate results

What Is Next

Next up: The Monorepo (Chapter 5) where you will get a tour of the actual Junovy codebase.