gitpod/docs/self-hosted/install/install-on-kubernetes.md
2020-12-15 10:39:36 +01:00

1.4 KiB

url
/docs/self-hosted/latest/install/install-on-kubernetes/

Install Gitpod Self-Hosted on Kubernetes

This section describes how to install Gitpod on any Kubernetes cluster. Gitpod also provides more optimized installations offering better performance for particular cloud providers:

Gitpod is installed using Helm. The chart can be found here.

Installation

To perform the installation run the following commands:

git clone https://github.com/gitpod-io/gitpod
cd gitpod/chart

helm repo add charts.gitpod.io https://charts.gitpod.io
helm repo add stable https://charts.helm.sh/stable
helm repo add stable https://helm.min.io/
helm repo update

helm upgrade --install $(for i in $(cat configuration.txt); do echo -e "-f $i"; done) gitpod .

#####TODO

Customization

  • Storage: Configure where Gitpod stores stopped workspaces.
  • Kubernetes Nodes: Configure file system layout and the workspace's node associativity.
  • Workspaces: Configure workspace sizing.