Skip to content
#

Continuous Delivery (CD)

Continuous delivery (CD) is a software engineering approach in which teams produce software in short cycles, ensuring that the software can be reliably released at any time and, following a pipeline through a "production-like environment", without doing so manually. It aims at building, testing, and releasing software with greater speed and frequency. The approach helps reduce the cost, time, and risk of delivering changes by allowing for more incremental updates to applications in production. A straightforward and repeatable deployment process is important for continuous delivery.

Continuous delivery contrasts with continuous deployment (also abbreviated CD), a similar approach in which software is also produced in short cycles but through automated deployments even to production rather than requiring a "click of a button" for that last step. As such, continuous deployment can be viewed as a more complete form of automation than continuous delivery.

Here are 37 public repositories matching this topic...

In this project, you will prove your mastery of the following learning objectives (or sections): 1. Explain the fundamentals and benefits of CI/CD to achieve, build, and deploy automation for cloud-based software products. 2. Utilize Deployment Strategies to design and build CI/CD pipelines that support Continuous Delivery processes. 3. Utilize …

  • Updated Jul 22, 2022
  • HTML

global chatting system where anyone can connect to a room, exchange messages, and reply to other messages. This application is built with Spring Boot and uses SQL Server as the backend, hosted on Azure. It leverages Docker for image building, Kubernetes for managing pods, and GitHub Actions for CI/CD pipeline, deploying seamlessly to AKS

  • Updated Jun 28, 2024
  • HTML