Introduction to Azure DevOps

Introduction to Azure DevOps

In simple words, DevOps practice will streamline the development process to automatically build, test, deploy and monitor Along with a collaboration platform for the application. So, DevOps in Cloud is a different story but easy to implement the DevOps framework including the collaboration platform. One of the leading cloud computing service providers in Azure which […]

Introduction to Azure DevOps Read More »

Docker Build and Publish with Jenkins - DSL Script

Docker Build and Publish with Jenkins – DSL Script

Containerization is an alternative to the virtual machine which will bundle the running application in the operating system (Linux). Containers are very lightweight, Operating system-level virtualization, process level isolating and real-time and quick provisioning system. Tools like Docker, Rocket, LXC and more are supporting containerization. So docker is popularly used containerization tool where it has

Docker Build and Publish with Jenkins – DSL Script Read More »

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 »