Jenkins – Installation
Download Jenkins The official website for Jenkins isĀ Jenkins. If you click the given link, you can get the home page of the Jenkins official website as shown below. By default,…
Download Jenkins The official website for Jenkins isĀ Jenkins. If you click the given link, you can get the home page of the Jenkins official website as shown below. By default,…
The procedure of filling a new bug is quite simple and has been explained below. Step 1 ā Click on the āNewā link, present on the header or the footer or Click on…
Chef is a configuration management technology developed by Opscode to manage infrastructure on physical or virtual machines. It is an open source developed using Ruby, which helps in managing complex…
To login into Bugzilla, we have to follow the steps given below. Step1Ā ā Click on theĀ Log InĀ link on the header of the homepage. Step2Ā ā Enter the Email Address, Password and…
In this chapter, we will understand how Microservices work with Consul. We will also learn how the following components affect Consul. Using dockerBuilding Registrator for Service DiscoveryUsing rkt and Nomad…
For demonstration purposes, we are going to use consul agent in the developer mode using the -dev mode. Just for the local machine setup, we are going to do a…
Jenkins is a powerful application that allows continuous integration and continuous delivery of projects, regardless of the platform you are working on. It is a free source that can handle…
Http client programming is a must needed feature in every modern web application. Nowadays, lot of application exposes their functionality through REST API (functionality over HTTP protocol). With this in…
Consul is an important service discovery tool in the world of Devops. This tutorial covers in-depth working knowledge of Consul, its setup and deployment. This tutorial aims to help new userās…
The most common strategies for debugging Ansible playbooks are using the modules given below ā Debug and Register These two are the modules available in Ansible. For debugging purpose, we…