I want to connect my Gitlab project with a Kubernetes cluster.
Basically I want to try to create my first CI/CD pipeline.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hello,
With GitLab this is quite straight forward to do.
Prerequisites:
https://www.digitalocean.com/docs/kubernetes/how-to/create-clusters/
https://www.digitalocean.com/docs/kubernetes/how-to/connect-to-cluster/
Create an account with Gitlab.com
Create your GitLab project
Once you have all that ready, you could follow the steps on the official GitLab website, they have really good documentation on how to add an existing Kubernetes cluster to your project:
https://docs.gitlab.com/ee/user/project/clusters/#add-existing-kubernetes-cluster
The best thing is that once you’ve added the cluster, you can just install applications like Helm Tiller and Prometheus, directly via your GitLab interface with just one click.
Hope that this helps! Regards, Bobby
Follow up question, since the CA expires every week, will we need to update the configuration on Gitlab every week?
Want to learn more? Join the DigitalOcean Community!
Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in Q&A, subscribe to topics of interest, and get courses and tools that will help you grow as a developer and scale your project or business.
Sign up now
Hallo
I was able to follow this and am able to integrate kubernetes in gitlab.
But I cannot do anything further…I get :
Something went wrong while installing Helm Tiller Failed to install. Even if I have installed Helm and Tiller manually.
Do you know any solution for this ? Thanks Julian