scope
scope copied to clipboard
Display configmaps next to their associated pod/containers
It'd nice to be able to look at configmaps that are currently used by containers as a quick way to check the configuration for a give workload is the right one.
This is somewhat similar to the relationship with volumes we have introduced. configmaps can be mounted after all.
More advanced features, like configmap edition would be nice as well. May need to separate issue/PR though, it could be a lot more work, especially on the UI side.
+1 for this. I would also extend this to other common resources (or even all) like secrets, volumes etc.