Application SecurityAWSCloud

Creating Production Grade Microservices Architecture on AWS EKS

Introduction The main goal of this blog is to provide production-grade best practices for Microservices Infra in a way to implement the entire system easily on your own. You’ll see what an end-to-end solution looks like, including how to combine Kubernetes, AWS VPCs, data stores, CI/CD, secrets management, and a whole lot more to deploy […]

AWSCloudCloud Managed Services

Boosting ECS Task Monitoring with CloudWatch Input Transformer

Introduction In the fast-paced world of application delivery, ensuring the health and reliability of our ECS tasks is crucial. Without a reliable alerting mechanism, there’s a risk of overlooking critical task failures that can have a bad impact on our production environment. Just imagine a situation where application tasks fail silently, resource constraints go unnoticed, […]

AgileCloud Managed ServicesProduct Engineering

[Infographic] Top 6 Reasons to On-board Cloud Managed Service Provider

Cloud is becoming a natural choice for global organizations as it not only enables digital transformation for companies but offers flexibility, scalability, cost efficiency and much more. Moving to the cloud is surely a great way to boost operational efficiency but managing cloud infrastructure is a daunting task. Companies need to take care of multiple […]

DevOpsTechnology

Getting Started with Zabbix

Zabbix is an Open source distributed monitoring tool. It allows us to monitor integrity and health of the server, network traffic,  and applications.  Zabbix uses a notification mechanism that allows users to configure e-mail based alerts for virtually any event.  Components Used in Zabbix are as follows: Zabbix Server : This is the central component that […]

AWSDevOps

Nagios Parser to configure Nagios configuration files through Chef

                                    Nagios Parser is a ruby library that can be used as a gem to parse values from the Nagios configuration files. These values can used as arrays or hashes to suit the use case. In this blog, […]

AWSDevOps

Docker monitoring using Sysdig Cloud

Sysdig has been one of the most advanced cloud-based tools for monitoring your infrastructure. So, talking about Docker monitoring, Sysdig gives us a lot of insights about our containers, few of which we will be talking about in this blog. Docker is the most widely used and trending tool when it comes to DevOps. USE-CASE […]

AWSDevOps

Monitoring Docker container status using AWS CloudWatch

There are no such tools till now to monitor whether your Docker container is running or not. Now, I had a Docker container running in production and I could not afford not knowing whenever it went down or rather stopped. So, I decided to do something about it. The blog is about the same. What […]

Ranvijay Jamwal
Ranvijay Jamwal
Read

Technology

Monitoring MongoDB using New Relic

Scope This blog illustrates advantages of New Relic over different monitoring strategies and step by step method to configure new relic plugin for mongoDB. What is New Relic? New Relic is a SaaS model (Software as a service) that provides capabilities to monitor applications in real-time. Why I chose New Relic to monitor MongoDB over different monitoring […]

AWS

Mongo Monitoring Service to ensure uptime of MongoDB

Mongo Monitoring Service(MMS) is a service that ensures that the MongoDB is up and running and can alert us when the service is stopped/restarted.It can be run on an on-premise architecture or in the cloud like AWS. Use Case We have multiple servers running MongoDB service and they are present in different environments as Production, […]

Services