Monitoring Servers and Docker Containers using Prometheus and Grafana.

By | June 22, 2019

Monitoring is one of the Important part of your Infrastructure which is mandatory to have. None of the Infrastructure is always stables and cannot be kept without monitoring and Alerting. Here We will be looking into how we can Monitor our Servers and even Docker Containers running inside the Server using Grafana, Prometheus, Node Exporter,… Read More »

Logging Docker Container Application logs to AWS Cloudwatch Logs

By | June 16, 2019

Logging Plays a very important role for any kind of the application you are running as it helps to debug any issues to you running applications or your system. Use of Docker Container is very popular nowadays and there is a lot of infrastructure running application on top of the Docker Container. For this particular… Read More »

Working With Docker Compose and Its Basic Commands.

By | June 1, 2019

We already have a blog for the docker compose installation procedures which you can refer from the here. In this particular blog, we would be discussing the use of docker compose and would also be looking into its demonstration by running a simple nginx container. For this demo, we would be using an AWS ec2… Read More »

Install Docker Compose on Linux – Ubuntu/CentOS.

By | June 1, 2019

Docker Compose is an Effective tool for running Multiple containers by passing multiple parameters in a YAML format/file and can simply be run as docker-compose up and docker-compose down. Ideally, when you run a docker container out of the docker image it can be helpful for running a single container with fewer parameters, but Just… Read More »

Security Check Lists on AWS and Linux Servers.

By | April 13, 2019

We already have a blog on AWS Security Best Practices which is much in details and theoretical. You can refer that blog from here. I’m writing this blogs to to easily identify the contents in a form of checklists. This article will also cover server level security checklists as well. Security checklists has been categorized… Read More »

Hadoop Cluster Setup With Cloudera Manager – v6.1.1

By | March 5, 2019

In the previous Cloudera documentation, we have seen the entire setup using the Cloudera version 5.x.x. This blog will not have the details about the Cloudera manager but will only cover the configuration steps of Cloudera manager v6.1.1. For more details on Cloudera, you can refer our previous blog here. So let’s Start with Setup… Read More »