Jenkins Installation on various OS - a simple practical guide

Jenkins Installation on Ubuntu, RHEL, CentOS/Fedora – a simple practical guide

Introduction Jenkins installation fairly simple, we need to follow right instructions. Before going through the Jenkins installation guide let’s see a brief introduction about jenkins. Jenkins is an open source pipeline tool or automation server. It is one of the most powerful & widely used pipeline tool. We can use Jenkins for automation purpose by […]

Jenkins Installation on Ubuntu, RHEL, CentOS/Fedora – a simple practical guide Read More »

Logstash vs Fluentd - Let’s compare two popular log processing tool

Logstash vs Fluentd – Let’s compare two popular log processing tools

Introduction Logstash and Fluentd are two of the most popular log processing tool in the market. Both are open source tool. Logstash was developed by Elastic company. Fluentd was developed by Treasure Data. If we speak about importance about these tools, these tools are often used with the Elastic stack to set up monitoring stack. Speaking

Logstash vs Fluentd – Let’s compare two popular log processing tools Read More »

How to deploy infrastructure on Azure using Ansible (IaC)

Ansible as IaC – Infrastructure Deployment on Azure

Introduction Infrastructure as code (IaC) is crucial when we think about automation. There are many benefits of using IaC like less manual intervention in resource deployment, and code reusability. In this article, we will discuss on how to use Ansible to write Infrastructure as Code (IaC) to deploy infrastructure in the Azure cloud. Though Ansible

Ansible as IaC – Infrastructure Deployment on Azure Read More »

How to write Dockerfile - a simple guide

How to write Dockerfile – a simple guide

Introduction  Docker container engine is one of the most popular container engines. Container provides you a way to run your application using minimal resources with proper isolation. Also, container technology makes your application portable. To explain this portability, which means developers can easily hand over the application to the operations   In this article we will

How to write Dockerfile – a simple guide Read More »

Filebeat vs Fluentd - Let's compare two popular logging agent

Filebeat vs Fluentd – Let’s compare two popular logging agent

Introduction Filebeat and Fluentd are two most popular logging agents available in the market. Logging agents like them are very important since they help us in setting up monitoring/observability. In today’s fast-paced world people don’t tolerate delay. And when it comes to business critical application, infrastructure etc. it is very important to take quick actions

Filebeat vs Fluentd – Let’s compare two popular logging agent Read More »

How to automate any software installation and configuration using Ansible

How to Automate Any Software Installation and Configuration Using Ansible

Introduction In this article, we will discuss the steps involved in the automation of software installation and configuration using Ansible. This article is focused on Ansible, and how to achieve automated installation & configuration of software using Ansible. So, if you are interested in leveraging the power of Ansible to automate some of your manual

How to Automate Any Software Installation and Configuration Using Ansible Read More »