gitlab-org--gitlab-foss/doc/user/instance/clusters/index.md

1.4 KiB

stage group info
none unassigned To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments

Instance-level Kubernetes clusters

Introduced in GitLab 11.11.

Similar to project-level and group-level Kubernetes clusters, instance-level Kubernetes clusters allow you to connect a Kubernetes cluster to the GitLab instance, which enables you to use the same cluster across multiple projects.

The instance level Kubernetes clusters can be found in the top menu by navigating to your instance's {admin} Admin Area > Kubernetes.

Cluster precedence

GitLab tries to match clusters in the following order:

  • Project-level clusters.
  • Group-level clusters.
  • Instance-level clusters.

To be selected, the cluster must be enabled and match the environment selector.

Cluster environments (PREMIUM)

For a consolidated view of which CI environments are deployed to the Kubernetes cluster, see the documentation for cluster environments.

More information

For information on integrating GitLab and Kubernetes, see Kubernetes clusters.