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

48 lines
1.8 KiB
Markdown
Raw Normal View History

2021-01-29 00:20:46 +05:30
---
stage: none
group: unassigned
2021-02-22 17:27:13 +05:30
info: 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
2021-01-29 00:20:46 +05:30
---
2021-12-11 22:18:48 +05:30
# Instance-level Kubernetes clusters (certificate-based) (DEPRECATED) **(FREE SELF)**
2019-07-31 22:56:46 +05:30
2021-12-11 22:18:48 +05:30
> - [Introduced](https://gitlab.com/gitlab-org/gitlab-foss/-/issues/39840) in GitLab 11.11.
> - [Deprecated](https://gitlab.com/groups/gitlab-org/configure/-/epics/8) in GitLab 14.5.
WARNING:
This feature was [deprecated](https://gitlab.com/groups/gitlab-org/configure/-/epics/8) in GitLab 14.5. To connect clusters to GitLab,
use the [GitLab Kubernetes Agent](../../clusters/agent/index.md).
2019-07-31 22:56:46 +05:30
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.
2021-09-04 01:27:46 +05:30
To view the instance level Kubernetes clusters:
2021-11-11 11:23:49 +05:30
1. On the top bar, select **Menu > Admin**.
1. On the left sidebar, select **Kubernetes**.
2021-01-03 14:25:43 +05:30
2019-07-31 22:56:46 +05:30
## Cluster precedence
2021-02-22 17:27:13 +05:30
GitLab tries to match clusters in the following order:
2019-07-31 22:56:46 +05:30
2020-03-13 15:44:24 +05:30
- Project-level clusters.
- Group-level clusters.
- Instance-level clusters.
2019-07-31 22:56:46 +05:30
To be selected, the cluster must be enabled and
2021-10-27 15:23:28 +05:30
match the [environment selector](../../../ci/environments/index.md#scope-environments-with-specs).
2019-12-21 20:55:43 +05:30
## Cluster environments **(PREMIUM)**
2020-05-24 23:13:21 +05:30
For a consolidated view of which CI [environments](../../../ci/environments/index.md)
2019-12-21 20:55:43 +05:30
are deployed to the Kubernetes cluster, see the documentation for
[cluster environments](../../clusters/environments.md).
2020-03-13 15:44:24 +05:30
## More information
For information on integrating GitLab and Kubernetes, see
2021-11-18 22:05:49 +05:30
[Kubernetes clusters](../../infrastructure/clusters/index.md).