diff --git a/content/day-2/04_operator estensibility.md b/content/day-2/04_operator estensibility.md index 4d35683..39b1bf8 100644 --- a/content/day-2/04_operator estensibility.md +++ b/content/day-2/04_operator estensibility.md @@ -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 \ No newline at end of file +- 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