This article shows another way in which Configurations within SpringBoot Applications can be externalized when running on Kubernetes, using a ConfigMap Custom Watcher. This example uses Kubernetes Java Client to read from…
Go Service Configuration with k8s ConfigMaps
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…
Go MicroService in Gin using Helm On k8s
Create a template written in Golang using gin framework, and using helm package manager to deploy on 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…