Nicolas Fränkel

Nicolas Fränkel

Developer Advocate with 15+ years of experience consulting for many different customers in a wide range of contexts (such as telecoms, banking, insurances, large retail and public sector). Usually working on Java/Java EE and Spring technologies, but with narrower interests like Software Quality, Build Processes and Rich Internet Applications.

Nicolas has just started working for Hazelcast. He also doubles as a teacher in universities and higher education schools, a trainer and triples as a book author.

Configuration Management with Kubernetes, a Spring Boot use-case

Friday, September 27 – Day 2 - 11:15 - Room 2

Come discover what options Kubernetes allows in terms of configuration management!

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.