DPDeeptiman Pattnaikindebugcode.xyz·Sep 5, 2021 · 4 min readMongoDB Cluster Monitoring in GoIn this article, I’ll explain how to monitor MongoDB clusters using official mongo Go drivers. We will also learn to build a monitor-mongodb-cluster API endpoint to provide collective coverage of MongoDB server infrastructure. Monitoring Structures T...01W
DPDeeptiman Pattnaikindebugcode.xyz·Aug 24, 2021 · 1 min readgRPC connection library in GoHello, I have written a simple grpc-connection-library in Go. Features: The gRPC connection flow among server/client synchronized using the Ping/Pong services. gRPC connection library supports connection pool reuse the gRPC client connection instan...00
DPDeeptiman Pattnaikindebugcode.xyz·Nov 6, 2020 · 8 min readContent-based routing using Kubernetes IngressIn this article, we will see the features Kubernetes Ingress provides for content-based routing and traffic control inside the cluster. What is Kubernetes Ingress? Kubernetes Ingress provides a rule-based workflow that will setup the routing API obje...00
DPDeeptiman Pattnaikindebugcode.xyz·Sep 30, 2020 · 5 min readA Data Caching Service in KubernetesIn this article, I will try to explain building a data caching service with MongoDB and Redis deploying under a minikube environment. The web application is written using the Go programming language. Github: https://github.com/Deeptiman/go-cache-kube...00
DPDeeptiman Pattnaikindebugcode.xyz·Sep 30, 2020 · 6 min readMongoDB StatefulSet in KubernetesIn this article, We will see how we can deploy a MongoDB replica set into the Kubernetes as a StatefulSet. There is a brief understanding of StatefulSet is required before deploying MongoDB into the Kubernetes. What is StatefulSet? In stateful applic...00