Using OpenSearch Trace analytics (AWS OpenSearch Service) for Spring Boot application tracing using OpenTelemetry and/or Zipkin along with Spring Sleuth.
Category: Microservice
How to connect Spring boot microservice to MongoDB cluster
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 […]