docs(day-2): Finished cnpg talk notes
All checks were successful
Build latest image / build-container (push) Successful in 52s

This commit is contained in:
2026-03-21 12:12:34 +01:00
parent db25c9e369
commit 409cafff4c

View File

@@ -42,4 +42,9 @@ TODO: Steal diagram from slides
- Reconciler: Interaction during the reconciliation loop -> Stop, Requeue, Continue
- Metrics Collection: Register additional metrics
- Backups: Execute the backup
- WAL Archiving: Handle WAL archiving externally
- WAL Archiving: Handle WAL archiving externally
## Takeaways
- A good way to move from a monolith to modularity (like csi did for storage maintainance in kubernetes core)
- Interface first is usually the better choice for long term extensibility