Containers Vs. Config Management - 0 views
-
With configuration management systems, you write code that describes how you want some component of your systems to be installed and configured, and when you execute the code on your server, it should end up in the desired state.
-
building a hosting platform that is capable of a lot of things that system administrators used to do manually
-
build modules on deployment via bundler or npm or similar, it can be incredibly slow to run, taking minutes or longer in some cases
- ...10 more annotations...