DevOps Tools

Important docker commands

13 Important Docker Commands

Introduction Docker is a containerization platform. It provides is OS-level virtualization. It helps us to package software and run them as container. In the ever-evolving landscape of modern software development, Docker has emerged as a game-changer, revolutionizing the way applications are built, deployed, and managed. We can deploy applications as docker container, for this we […]

13 Important Docker Commands Read More »

Why infrastructure as code is so popular

Why infrastructure as code (IaC) is so popular?

Introduction In this article we will discuss “infrastructure as code” and why it is so popular. At first let’s try to understand what is infrastructure as code briefly. What is infrastructure as code? This is basically file format of your infrastructure. By the word “infrastructure” we understand it is something physical. But if we want

Why infrastructure as code (IaC) is so popular? Read More »

Introduction to terraform - high level information

Introduction to terraform – high level information

Introduction Terraform is an open source tool which is used to write “infrastructure as code”. That is, we can use terraform to write code which will manage infrastructure. In this article we will see some high level information. Which language is used by terraform? There are two language – HCL (HashiCorp Configuration Language) – The

Introduction to terraform – high level information Read More »

Errors/issues faced with get_url, unarchive module of ansible

Errors/issues faced with get_url, unarchive module of ansible

Introduction Ansible is a very powerful automation tool. It is written in Python language. It has plenty of modules which we can use to automate many task like software installation, configuration etc. You can go through below article for complete high level information about ansible. Introduction to Ansible | High Level Understanding of Ansible If

Errors/issues faced with get_url, unarchive module of ansible Read More »

Jenkins pipeline code to build & deploy application in Kubernetes

Jenkins pipeline code to build & deploy application in Kubernetes

Introduction Jenkins pipeline as code is one of the way best of writing/ creating Jenkins pipeline. It gives us lot of flexibility. Also, we can reuse Jenkins pipeline script. In this article we will discuss deployment of a sample Java application on Kubernetes platform. We will use AKS (Azure Kubernetes Service) as Kubernetes platform. Here we

Jenkins pipeline code to build & deploy application in Kubernetes Read More »

Automation of JBoss EAP installation - using ansible

Automation of JBoss EAP installation – using ansible

Introduction In this article, we will discuss the automation of JBoss EAP installation using Ansible. There could be many ways through which you can automate the installation of JBoss EAP, but here we will try to achieve this using Ansible. And here we will install the JBoss EAP on a Linux (RHEL) machine. Automation of

Automation of JBoss EAP installation – using ansible Read More »

jenkins pipeline script to Build & deploy app on web server

Jenkins pipeline script to build & deploy application on web server

Introduction In this article we will discuss automation of application deployment on a web server using Jenkins pipeline. We will use Jenkins pipeline as a script. Jenkins pipeline as script can be of two types declarative type & scripted type. Here, we will use declarative Jenkins pipeline script. Prerequisite Knowledge Git, GitHub Building java application

Jenkins pipeline script to build & deploy application on web server Read More »

jenkins pipeline script to build and push artifacts into repository

Jenkins pipeline script to build Java application and push artifacts into repository

Introduction In this article we will discuss on building one sample Java application and pushing the build artifacts into JFrog artifactory using Jenkins pipeline script (declarative). Prerequisite Before starting we assume you have knowledge on – Jenkins pipeline as a script Java application build using maven Git, GitHub Repository like JFrog artifactory, nexus etc. If

Jenkins pipeline script to build Java application and push artifacts into repository Read More »

automation of application platform building using terraform, ansible & jenkins

Automation of application platform building using Terraform, Ansible & Jenkins – Ideas

Introduction Automation of platform building is one of the key areas which helps to bring production grade application live comparably must faster. And automation also enables reusability. So, it might be painful at the initial stage to develop the automated solution but in the long run you will be benefited. When we speak about any

Automation of application platform building using Terraform, Ansible & Jenkins – Ideas Read More »