Go Service Configuration: Step by Step instructions to configure a Go Service to read from a ConfigMap and refresh automatically when it changes. This article is similar to an earlier post on…
Tag: kubernetes
Centralize Configuration with Spring Cloud Config
In this post, we will go over the setup to centralize configuration using Spring Cloud Config for a distributed microservices architecture. In a Microservice architecture where each service has its own configuration,…
SpringBoot Reload on Configmap changes in Kubernetes
SpringBoot applications when deployed in Kubernetes need the capability to reload in the event that some of the properties change. This becomes extremely important when you need to push out configuration to…
SpringBoot and Helm on Kubernetes
SpringBoot is an opinionated way of building Java applications using SpringBoot framework. Helm is the package manager for Kubernetes an orchestration platform for running containers. In this article, we will go through…