Introduction

In software engineering, CI/CD or CICD may refer to the combined practices of continuous integration and continuous delivery.

In software engineering, continuous integration CI is the practice of merging all developer working copies to a shared mainline several times a day. Grady Booch first proposed the term CI in his 1991 method,[2] although he did not advocate integrating several times a day. Extreme programming (XP) adopted the concept of CI and did advocate integrating more than once per day – perhaps as many as tens of times per day.

Ci/CD is a computer program that performs operating-system-level virtualization, also known as "containerization". It was first released in 2013 and is developed by Docker, Inc.

Continuous delivery (CD or CDE) 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, when releasing the software, 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.

CD contrasts with continuous deployment, a similar approach in which software is also produced in short cycles but through automated deployments rather than manual ones.

Courses

Course Date Source Code
Learn DevOps: The Complete Kubernetes Course 07/04/2019 learn-devops-the-complete-kubernetes-course
on-prem-or-cloud-agnostic-kubernetes
kubernetes-coursee
http-echo
Learn DevOps Helm/Helmfile Kubernetes deployment 13/03/2019 learn-devops-helm-helmfile-kubernetes-deployment
Learn Devops Kubernetes deployment by kops and terraform 08/03/2019
Learn DevOps: CI/CD with Jenkins using Pipelines and Docker 19/02/2019 jenkins-course
gs-gradle
docker-demo