How To's

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 »