Top 10 Application Performance Management Tools

Top 10 Application Performance Management Tools.

Application Performance Management (APM) is the practice of monitoring the application behavior and the application scope and performing analytics to reduce MTTR (Mean Time to Repair) in an organization. In the process of Application Performance monitoring, Performance Indicators like metrics, Logs, and errors are captured and according to the configuration, the Alert system will trigger […]

Top 10 Application Performance Management Tools. Read More »

Apache maven Installation and Configuration

How to Install and Configure Apache Maven on Ubuntu, CentOS, and Windows

Apache Maven is a build automation tool for Java projects. This tool is based on the Project Object Model (POM). Maven is very useful and powerful in terms of building Java projects, managing dependencies, and can be easily integrated with the source code management system. In this article, we will see how to install and

How to Install and Configure Apache Maven on Ubuntu, CentOS, and Windows Read More »

How to Become a Scrum Master

How to Become a Scrum Master

Scrum is a Project management framework which is completely based on the Agile software development model. Scrum encourages collaboration and communication which will lead us to Agility. When collaboration and communication are the key players in the organization, it should have proper roles management. So, Scrum enforces three roles to ensure complete collaboration and communication

How to Become a Scrum Master Read More »

Jenkins Master Slave

How to Configure Jenkins Master Slave Setup.

Jenkins is an opensource tool which will automate some of the software development lifecycle tasks like build, test, deploy and more. Well, we have talked enough about Jenkins. In this article, we will discuss how to configure Jenkins master Slave Setup also called Master-Agent setup. Before that, we will see why we need master-slave set

How to Configure Jenkins Master Slave Setup. Read More »

Install kubernetes with ansible

How to Install and Configure Kubernetes Cluster with Kubeadm and Ansible on Ubuntu 16.04

Kubernetes is the opensource software for the containerized application to deploy, scale and manage the clusters of hosts. There are many ways to install and configure Kubernetes components. Kubeadm will take care of installing Kubernetes Components. With the help of Ansible and Kubeadm, we can completely set up the Kubernetes clusters. In this article, we

How to Install and Configure Kubernetes Cluster with Kubeadm and Ansible on Ubuntu 16.04 Read More »

How to Install and Configure Ansible

How to Install and Configure Ansible on Ubuntu 16.04.

Configuration Management is a process of maintaining the state of the system. For example, The Configuration management system will ensure the system or server’s consistency by maintaining the configuration and setup of the machine or change on the same as per the requirement. Ansible is the configuration management tool which gives automation and systematic approaches

How to Install and Configure Ansible on Ubuntu 16.04. Read More »

Agile vs Waterfall vs Spiral

What is Agile Model? – Agile vs Waterfall vs Spiral.

Introduction to Agile Model (Agile vs Waterfall vs Spiral model) Agile methodology is a software development model that encourages the continuous iteration of development and testing in the entire software development lifecycle of the project. Here we will discuss more on the software Development models and approaches, how Agile overcomes the issues of other approaches

What is Agile Model? – Agile vs Waterfall vs Spiral. Read More »

Jenkins Declarative Pipeline Tutorial

Jenkins Declarative Pipeline Tutorial

Introduction Jenkins Pipeline is the workflow that implements the Continuous Delivery pipeline with the Jenkins features, tools, and plugins. There are two different ways to create a Jenkins pipeline. One is Declarative Pipeline, and another is a Scripted Pipeline. In this article, we will see how to create a Jenkins Declarative pipeline. This tutorial will

Jenkins Declarative Pipeline Tutorial Read More »

Continuous Delivery with Jenkins Pipeline.

About Jenkins Jenkins is an Open source, Java-based automation tool. This tool automates the Software Integration and delivery process called Continuous Integration and Continuous Delivery. Jenkins support various popular Version control system, Software build, and delivery tools. Over the Years, Jenkins become giant in CICD process, especially new features like Jenkins Pipelines (Scripted and Declarative

Continuous Delivery with Jenkins Pipeline. Read More »