docs(day-2): Finished cnpg talk notes

This commit is contained in:
2026-03-21 12:15:22 +01:00
parent 409cafff4c
commit e331e2ea13

View File

@@ -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