Configuration Management with Kubernetes, a Spring Boot use case
Nicolas Frankel at Spring I/O 2019
Docker images are supposed to (and should be) immutable. Given that the same image should be promoted from the development environment to the production environment, it needs to be parameterized in each environment.
Kubernetes provides different ways to do that. On the other, the Spring Boot platform allows a wide range of configuration options. In this talk, I’ll go through (and demo!) what common options are available, and what pro(s)/con(s) each of them have.
GitHub repo: https://github.com/exoscale-labs/config-mgmt-springboot-kubernetes/tree/demo
Kubernetes provides different ways to do that. On the other, the Spring Boot platform allows a wide range of configuration options. In this talk, I’ll go through (and demo!) what common options are available, and what pro(s)/con(s) each of them have.
GitHub repo: https://github.com/exoscale-labs/config-mgmt-springboot-kubernetes/tree/demo