GitLab CI with Kubernetes
Implementing CI/CD for your software development cycle is almost a must nowadays. Let’s see how you can implement the CI/CD flow with GitLab CI and integrate the CI into your Kubernetes cluster.
With GitLab CI, you have two options : pull-base (aka — the GitOps way) vs push-base. As a GitLab…