July 2024
Beginner to intermediate
330 pages
6h 48m
English
Most business applications have two components:
Simple examples include web servers such as NGINX or httpd (Apache). Neither is much use without a configuration. However, as soon as you add a configuration, they become very useful.
In the past, we packaged the application and the configuration into a single easy-to-deploy unit. We brought this pattern with us as we moved into the early days of cloud-native microservices. However, it’s an anti-pattern, and modern applications should be decoupled from their configurations. Doing this brings the following benefits:
We’ll explain all these and more as we go through ...
Read now
Unlock full access