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