Externalizing Spring Boot Config with Kubernetes An approach to utilising kubernetes config maps to externalize spring boot config
Spring Boot and Kubernetes go hand in hand when building modern microservices. Spring Boot is a widely used JVM-based framework which allows you to build out stand-alone, production grade applications. Kubernetes is an open source container management and orchestration system,...