Category: Kubernetes, gitlab, yaml

Hello everyone, I want to talk about ci / cd processes in this article, as you know, there are many ci/cd tools, the most used as examples are jenkins, teamcity, circleci, bamboo, gitlab etc .., and more .. Now that we have talked about the ci / cd processes, we can start to talk about the gitlab ci / cd process in this article.

First of all, we need to create a repository on gitlab, as an example application, we have two applications that will output “hello world” in python, so we will see how we can deploy more than one application under one solution.

In order to run the gitlab ci process, you must create the .gitlab-ci.yml file in the application and specify this file path in the CI / CD under settings in the repository in gitlab.

Follow the writers, publications, and topics that matter to you, and you’ll see them on your homepage and in your inbox.Explore

Related Articles