Skip to content
This repository was archived by the owner on Apr 19, 2021. It is now read-only.

Commit 7aedcb0

Browse files
committed
[docs] Improve Gitpod Self-Hosted documentation entrypoint
1 parent ff82957 commit 7aedcb0

File tree

1 file changed

+18
-7
lines changed

1 file changed

+18
-7
lines changed

src/docs/self-hosted/0.4.0/self-hosted.md

Lines changed: 18 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,25 @@ url: /docs/self-hosted/0.4.0/self-hosted/
55

66
# Gitpod Self-Hosted
77

8-
Gitpod, just as you know it from [gitpod.io](https://gitpod.io), can be installed and operated on your own infrastructure.
9-
This infrastructure may be a cloud provider or self-managed Kubernetes. It may be on the public internet, behind a corporate firewall, or on a network without internet access.
8+
Gitpod, just as you know it from [gitpod.io](https://gitpod.io), can be deployed and operated on your own infrastructure. It supports different cloud providers, self-managed Kubernetes clusters, corporate firewalls, and even off-grid / air-gapped networks.
109

11-
> Gitpod self-hosted is free for up to three users.
12-
> For more users, please obtain a [free trial license](https://gitpod.io/selfhosted-trial/).
1310

1411
## Installation
1512

16-
Gitpod can be installed in the following environments:
17-
* [Vanilla Kubernetes](../install/install-on-kubernetes/): All you need is a domain and a Kubernetes cluster.
18-
* [Google Cloud Platform](../install/install-on-gcp-script/): Install Gitpod optimised for Google Cloud Platform.
13+
You can find all configuration templates and installation scripts in this repository:
14+
15+
> https://github.com/gitpod-io/self-hosted/
16+
17+
### Install on Google Cloud Platform
18+
19+
The easiest way to install Gitpod Self-Hosted is currently on Google Cloud Platform (that's also where [gitpod.io](https://gitpod.io) is deployed). GCP is the recommended platform for most users:
20+
21+
* [Install Gitpod on Google Cloud Platform](../install/install-on-gcp-script/)
22+
23+
### Install on any Kubernetes cluster
24+
25+
If you manage your own Kubernetes cluster, please follow this guide:
26+
27+
* [Install Gitpod on self-managed Kubernetes](../install/install-on-kubernetes/)
28+
29+
Note: Dedicated installation steps for AWS, Azure, and OpenShift are coming soon.

0 commit comments

Comments
 (0)