Commit e8062f27 authored by Amy Qualls's avatar Amy Qualls

Merge branch 'improve-managed-app-install-distinction' into 'master'

Distinguish between types of managed apps

See merge request gitlab-org/gitlab!44789
parents fe0833dc a0bfe466
...@@ -6,13 +6,14 @@ info: To determine the technical writer assigned to the Stage/Group associated w ...@@ -6,13 +6,14 @@ info: To determine the technical writer assigned to the Stage/Group associated w
# GitLab Managed Apps # GitLab Managed Apps
GitLab provides **GitLab Managed Apps**, a one-click install for various GitLab provides **GitLab Managed Apps** for various
applications which can be added directly to your configured cluster. These applications which can be added directly to your configured cluster. These
applications are needed for [Review Apps](../../ci/review_apps/index.md) and applications are needed for [Review Apps](../../ci/review_apps/index.md) and
[deployments](../../ci/environments/index.md) when using [Auto DevOps](../../topics/autodevops/index.md). [deployments](../../ci/environments/index.md) when using [Auto DevOps](../../topics/autodevops/index.md).
You can install them after you [create a cluster](../project/clusters/add_remove_clusters.md). You can install them after you [create a cluster](../project/clusters/add_remove_clusters.md). GitLab provides
GitLab Managed Apps that can installed with [one-click](#install-with-one-click) or [using CI/CD](#install-using-gitlab-cicd-alpha).
## Installing applications ## Install with one click
Applications managed by GitLab are installed onto the `gitlab-managed-apps` Applications managed by GitLab are installed onto the `gitlab-managed-apps`
namespace. This namespace: namespace. This namespace:
...@@ -28,7 +29,7 @@ To view a list of available applications to install for a: ...@@ -28,7 +29,7 @@ To view a list of available applications to install for a:
- [Group-level cluster](../group/clusters/index.md), navigate to your group's - [Group-level cluster](../group/clusters/index.md), navigate to your group's
**Kubernetes** page. **Kubernetes** page.
You can install the following applications: You can install the following applications with one click:
- [Helm](#helm) - [Helm](#helm)
- [Ingress](#ingress) - [Ingress](#ingress)
......
...@@ -85,7 +85,7 @@ Host Security (Falco) are deployed with this model. ...@@ -85,7 +85,7 @@ Host Security (Falco) are deployed with this model.
To deploy GitLab Managed Apps to your cluster, you must first To deploy GitLab Managed Apps to your cluster, you must first
[add your cluster](add_remove_clusters.md) [add your cluster](add_remove_clusters.md)
to GitLab. Then [install](../../clusters/applications.md#installing-applications) to GitLab. Then [install](../../clusters/applications.md#install-with-one-click)
the Web Application Firewall from the project or group Kubernetes page. the Web Application Firewall from the project or group Kubernetes page.
Note that your project doesn't have to be hosted or deployed through GitLab. You can manage a Note that your project doesn't have to be hosted or deployed through GitLab. You can manage a
......
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