Don't see kubernetes option under CI/CD

Not able to see Kubernetes option under CI/CD and I have only created one dummy project yet .

HI @rohmehra2

You need to set this up first. You’ll probably want to read through the documentation before you start.

Thanks for your reply but it seems it says I need to install git lab agent on my Kubernetes cluster while I want to do the reverse , connecting to my cluster through Git lab , do I still need to do it ? @snim2

Hi @rohmehra2 :wave: :slightly_smiling_face:

The legacy method to connect to a K8s cluster (using a certificate) got deprecated with 14.5 and got disabled by default with 15.0. On GitLab SaaS it remains avaiable but only until 15.6 and only if you already used it in the past. See here to see the full details :slightly_smiling_face:

As of now then, if you aren’t one of those people who can still connect to the K8s cluster using a certificate, your only option is to use the new K8s Agent (and you’d better switch to it anyway since the legacy method will get removed “soon”) :slightly_smiling_face:

2 Likes

Thanks a lot , it is my first time using CI/CD or K8s with gitlab , will go through this link and try and use the agent . @zillemarco