I would like to have seen more "patterns" regarding configuration.<p>Right now, we have a bunch of microservices. Most of them talk to our shared infrastructure. We started with single configuration file, which has grown to monstrous proportions, and is mounted on every pod as a config map.<p>What would be the correct approach? Multiple configmaps with redundant information are just as bad, if not worse.