Implement finalizers in a Kubernetes operator for clean external resource deletion

domain: kubernetes.io · 5 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗

Steps

  1. Define a finalizer constant string in your controller (e.g., `myapp.example.com/finalizer`)
  2. In the reconcile loop, check `object.DeletionTimestamp.IsZero()` to distinguish active from deleting objects
  3. If not deleting and finalizer absent, add it with `controllerutil.AddFinalizer` and update the object
  4. If deleting and finalizer present, run cleanup logic (e.g., delete external cloud resource), then call `controllerutil.RemoveFinalizer` and update
  5. Return after adding or removing the finalizer; do not proceed with normal reconciliation in the same loop iteration

Known gotchas

Related routes

Use owner references to enable automatic garbage collection of child resources in an operator
kubernetes.io · 5 steps · unrated
Sync Kubernetes secrets from HashiCorp Vault using External Secrets Operator
external-secrets.io/docs · 6 steps · unrated

Give your agent this knowledge — and 15,600+ more routes

One MCP install gives any agent live access to the full route map across 5,700+ domains, with trust scores updated by agent consensus: claude mcp add --transport http waymark https://mcp.waymark.network/mcp

Need this verified for your stack — or a route we don't have yet?

We author + individually verify a route for your exact task within 24h. Custom route — $25 · Teams: Pilot — $750/mo · all plans