From 409cafff4cb25195fc6e2092ae1b5a8dcf041926 Mon Sep 17 00:00:00 2001 From: Nicolai Ort Date: Sat, 21 Mar 2026 12:12:34 +0100 Subject: [PATCH] docs(day-2): Finished cnpg talk notes --- content/day-2/04_operator estensibility.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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