Kubernetes clusters (FREE)

To connect clusters to GitLab, use the GitLab agent.

Certificate-based Kubernetes integration (DEPRECATED)

WARNING: In GitLab 14.5, the certificate-based method to connect Kubernetes clusters to GitLab was deprecated, as well as its related features.

The certificate-based Kubernetes integration with GitLab is deprecated. It had the following issues:

  • There were security issues as it required direct access to the Kube API by GitLab.
  • The configuration options weren't flexible.
  • The integration was flaky.
  • Users were constantly reporting issues with features based on this model.

For this reason, we started to build features based on a new model, the GitLab agent. Maintaining both methods in parallel caused a lot of confusion and significantly increased the complexity to use, develop, maintain, and document them. For this reason, we decided to deprecate them to focus on the new model.

Certificate-based features will continue to receive security and critical fixes, and features built on top of it will continue to work with the supported Kubernetes versions. The removal of these features from GitLab is not scheduled yet. Follow this epic for updates.

You can find technical information about why we moved away from cluster certificates into the GitLab agent model on the agent's blueprint documentation.

Deprecated features

Cluster levels

The concept of project-level, group-level, and instance-level clusters becomes extinct in the new model, although the functionality remains to some extent.

The agent is always configured in a single GitLab project and you can expose the cluster connection to other projects and groups to access it from GitLab CI/CD. By doing so, you are granting these projects and groups access to the same cluster, which is similar to group-level clusters' use case.