Gitlab with on-premise Kubernetes

I have gitalb omnibus installed on my system plus I have Kubernestes cluster running on on-premise. I am using GitLab CI to test and build docker images. Now i want to deploy my container images to kubernetes cluster from GitLab CI pipelines. Can anyone guide on how to achieve this.

You can follow the documentation at https://docs.gitlab.com/ee/user/project/clusters/index.html#adding-an-existing-kubernetes-cluster.

1 Like