Hacker News new | ask | show | jobs
by layer8 672 days ago
What exactly are the problems created by having a larger number of containers? Since you’re mentioning branches, these presumably don’t have to all run concurrently, i.e, you’re not talking about resource limitations.
1 comments

Large features can require changing protocols or altering schemas in multiple services. Different workflows can require different services, etc. Keep track of different service versions in a couple branchs (not unusual IMO) and it just becomes messy.
What does this have to do with running locally vs. on a dev server? You have to properly manage versions in any case.