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

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!

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct