From e331e2ea1364d1e685e2dc04faa2ac8b57b56c49 Mon Sep 17 00:00:00 2001 From: Nicolai Ort Date: Sat, 21 Mar 2026 12:15:22 +0100 Subject: [PATCH] docs(day-2): Finished cnpg talk notes --- content/day-2/04_operator estensibility.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/day-2/04_operator estensibility.md b/content/day-2/04_operator estensibility.md index 39b1bf8..9d6ccdf 100644 --- a/content/day-2/04_operator estensibility.md +++ b/content/day-2/04_operator estensibility.md @@ -48,3 +48,4 @@ TODO: Steal diagram from slides - 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 +- (From Q&A): External Secrets is also thinking about going the plugin way and this would increase security by only deploying the providers you need and also moving stuff out of the main codebase