Category: Kubernetes, gitlab, automation

by Let's have a look at Definition of CI/CD pipeline: CI is straightforward and stands for continuous integration, a practice that focuses on making preparing a release easier. But CD can either mean continuous delivery or continuous deployment and while those two practices have a lot in common, they also have a significant difference that can have critical consequences for a business.

This blog gives direction to up and running your CICD pipeline running on the Kubernetes cluster by the GitLab CICD pipeline.

Once the files are configured go to pipeline section of GitLab and check the logs and status of a pipeline

Related Articles