debian-mirror-gitlab/doc/user/instance/clusters/index.md

29 lines
973 B
Markdown
Raw Normal View History

2019-07-31 22:56:46 +05:30
# Instance-level Kubernetes clusters
2019-12-04 20:38:33 +05:30
> [Introduced](https://gitlab.com/gitlab-org/gitlab-foss/issues/39840) in GitLab 11.11.
2019-07-31 22:56:46 +05:30
## Overview
Similar to [project-level](../../project/clusters/index.md)
and [group-level](../../group/clusters/index.md) 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.
## Cluster precedence
GitLab will try match to clusters in the following order:
- Project-level clusters
- Group-level clusters
- Instance level
To be selected, the cluster must be enabled and
2019-12-04 20:38:33 +05:30
match the [environment selector](../../../ci/environments.md#scoping-environments-with-specs).
2019-12-21 20:55:43 +05:30
## Cluster environments **(PREMIUM)**
For a consolidated view of which CI [environments](../../../ci/environments.md)
are deployed to the Kubernetes cluster, see the documentation for
[cluster environments](../../clusters/environments.md).