Code Monkey home page Code Monkey logo

devops-ci-cd-pipeline's Introduction

What is Devops

DevOps (“development” and “operations”) is the combination of practices and tools designed to increase an organization's ability to deliver applications and services faster than traditional software development processes.
Devops is an approach for developing and delivering software faster than traditional development processes by automating tasks.

CI/CD

CI/CD means continous integration and continous delivery or deployment . It is a devops process to automate software delivery by automating tasks like build-test and deploy.

  • Continous Integration:is the practice of automating the integration of code changes from multiple developers into a single codebase. It helps to find and address bugs quicker, make the process of integrating code across a team of developers easier, improve software quality, and reduce the time it takes to release new feature updates.
  • Continous Delivery: the process of automating build, test, configuration, and deployment from a build to a production environment. It is a process to make sure that software is ready and can be released any time.
  • Continous Deployment: is a software development practice that refers to the automated deployment of code changes to production.

Pipeline

A pipeline is a set of automated processes and tools that the development and operations teams use to compile, construct, test, and deploy software code faster and easier A pipeline consists of a set of tools which are classified into the following categories such as:

  • Source control
  • Build tools
  • Containerization
  • Configuration management
  • Monitoring

devops-ci-cd-pipeline's People

Contributors

gaurav0401 avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.