Learn how to deploy MongoDB Cluster (Replica set) in Kubernetes and connect your Spring Boot microservice application to DB. In this post, would like to briefly explain how to deploy MongoDB as a Cluster (replica set configuration) with 3 pods in a Kubernetes cluster and connect a Spring boot application/microservice to it. There are few […]
Category: Helm
Creating a Helm Chart using helm@3
In this post, I would like to go through steps to create a helm chart to package an application to deploy in Kubernetes using helm3