DevOps

DevOps is a set of practices that automates and drive the processes through system between software development and operational teams. It is not a technology or tool. It is the practice which gives quick and quality delivery. This section will be very usefull for learning this culture and tools/technology.

This section contains following sub-sections.

  • Planning
  • Development
  • Build and Package
  • Testing
  • Release and Operation
  • Monitoring and Analytics

These are the various stages in the Software lifecycle. So, It is easy to identify right tools in the right stages of Lifecycle.

Follow this section for stories and article about DevOps

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 »

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 »

List of DevOps tools in the DevOps lifecycle

The DevOps life-cycle is the various stages that are involving in the DevOps ecosystem. DevOps ecosystem is the environment with the right tools and technologies implemented to practice the DevOps culture in software development. We have huge number of tools and technology that are implementing the DevOps practice in the market and identifying all of

List of DevOps tools in the DevOps lifecycle Read More »

Introduction to Version Control Systems

When we have multiple contributors to software development, we need a version control system for managing the contributions of developers, organize the component of the system and manage workflow for delivering the software. But choosing the right version control system is really difficult as we have many version control system in the market. So, Today

Introduction to Version Control Systems Read More »

Delivery Pipeline – Continuous Integration VS Continuous Deployment VS Continuous Delivery

Delivering software development is always challenging in terms of effectiveness, quality and secured product. In order to utilize the people and other resources, maintain the quality in faster development and maintaining the security and make the application complies with the security policies, we need structured workflow or process or strategy called a delivery pipeline. As

Delivery Pipeline – Continuous Integration VS Continuous Deployment VS Continuous Delivery Read More »