Using OpenSearch Trace analytics (AWS OpenSearch Service) for Spring Boot application tracing using OpenTelemetry and/or Zipkin along with Spring Sleuth.
Category: Cloud Native Applications
Creating Custom Metrics in Spring Boot using Micrometer API
Creating Custom metric in Spring boot application using micrometer api and expose metrics for Prometheus. Will look at Counter metric.
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 […]
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