Commit c09574d0 authored by Nick Gaskill's avatar Nick Gaskill

Merge branch 'docs-cluster-level-improve' into 'master'

Docs: Improve cluster levels sections

See merge request gitlab-org/gitlab!71209
parents ac0e79ed c4675334
......@@ -63,16 +63,6 @@ You can also use the [certificate-based method](../../../project/clusters/multip
but, for [security implications](#security-implications-for-clusters-connected-with-certificates),
we don't recommend using this method.
## Cluster levels
Choose your cluster's level according to its purpose:
| Level | Purpose |
|--|--|
| [Project level](../../../project/clusters/index.md) | Use your cluster for a single project. |
| [Group level](../../../group/clusters/index.md) | Use the same cluster across multiple projects within your group. |
| [Instance level](../../../instance/clusters/index.md) **(FREE SELF)** | Use the same cluster across groups and projects within your instance. |
## Supported cluster versions
GitLab is committed to support at least two production-ready Kubernetes minor
......@@ -92,23 +82,33 @@ Kubernetes version to any supported version at any time:
Some GitLab features may support versions outside the range provided here.
## View your clusters
## Cluster levels
Choose your cluster's level according to its purpose:
| Level | Purpose |
|--|--|
| [Project level](../../../project/clusters/index.md) | Use your cluster for a single project. |
| [Group level](../../../group/clusters/index.md) | Use the same cluster across multiple projects within your group. |
| [Instance level](../../../instance/clusters/index.md) | Use the same cluster across groups and projects within your instance. |
### View your clusters
To view the Kubernetes clusters connected to your project,
group, or instance, open the cluster's page according to the
[level](#cluster-levels) of your cluster.
group, or instance, open the cluster's page according to
your cluster's level.
**Project-level clusters:**
1. On the top bar, select **Menu > Projects** and find your project.
1. On the left sidebar, select **Infrastructure > Kubernetes clusters**.
**[Group-level clusters](../../../group/clusters/index.md):**
**Group-level clusters:**
1. On the top bar, select **Menu > Groups** and find your group.
1. On the left sidebar, select **Kubernetes**.
**[Instance-level clusters](../../../instance/clusters/index.md):**
**Instance-level clusters:**
1. On the top bar, select **Menu > Admin**.
1. On the left sidebar, select **Kubernetes**.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment