Comment on What's the deal with Docker?

redcalcium@lemmy.institute ⁨3⁩ ⁨months⁩ ago

One of the the main reasons why docker and kubernetes take off is they standardized the deployment process. Say, you have 20 services running on your servers. It’s much easier to maintain those 20 services as a set of yaml files that follow certain standard than 20 config files each with different format. If you only have a couple of services, the advantage is probably not apparent. But as you add more and more services, you’ll start to appreciate it.

source
Sort:hotnewtop