Is it possible to connect from Gitlab pipeline to LKE?
Hello,
I would like to ask, if it is possible to have linode app Gitlab, where I can run pipelines, which could push images to private registry inside LKE via private network.
Thank you
1 Reply
rgerke
Linode Staff
Hey there -
You can absolutely use GitLab pipelines with LKE. I'll give you the basics by way of some documentation designed to help you along.
First, set up an LKE Cluster, and check out this page on Adding Kubernetes clusters from GitLab.
Remember that GitLab pipelines run inside your Kubernetes cluster.
Next, check out this YouTube video - CI/CD Demo
Finally, take a look at the 'Gitlab CI/CD' article here
I hope this is helpful!