Below you will find pages that utilize the taxonomy term “Kubernetes”
August 2, 2019
External Application Config with Spring Cloud Kubernetes
A common pattern when deploying applications to a development, staging, and production environment is to build a jar or docker image one time, then supply different configuration values in the deployment for each stage. This configuration could be a Spring profile in separate yaml documents, additional properties files, environment variables, or some other configuration mechanism.