Skip to content

covid-19 confidential individual android.ceo git github enterprise running gitpod in azure aks code of conduct federal agent data software engineer live desktop private policy.

License

Notifications You must be signed in to change notification settings

www-jrtorres042-github-enterprise-org/git_microsoft-powershell_code-of-conduct_credential_achived-tracker_merge-gitpod_covid-19_diff-1

 
 

Repository files navigation

Running Gitpod in Azure AKS

Before starting the installation process, you need:

To start the installation, execute:

make install

The whole process takes around twenty minutes. In the end, the following resources are created:

  • an AKS cluster running Kubernetes v1.20.
  • Azure load balancer.
  • Azure MySQL database. MySQL will be provided by Helm until #5508 solved.
  • Azure Blob Storage.
  • Azure DNS zone.
  • Azure container registry.
  • calico as CNI and NetworkPolicy implementation.
  • cert-manager for self-signed SSL certificates.
  • Jaeger operator - and Jaeger deployment for gitpod distributed tracing.
  • gitpod.io deployment.

Common errors running make install

  • Insufficient regional quota to satisfy request

    Depending on the size of the configured disks size and machine-type, it may be necessary to request an increase in the service quota

    After increasing the quota, retry the installation running make install

Verify the installation

First, check that Gitpod components are running.

kubectl get pods 
NAME                                 READY   STATUS    RESTARTS   AGE
blobserve-5584456c68-t2vf6           2/2     Running   0          7m40s
content-service-69fbcdf9fc-ngq9n     1/1     Running   0          7m39s
dashboard-86877b7779-8rtdj           1/1     Running   0          7m40s
image-builder-6557d4b5cf-xl9xf       3/3     Running   0          7m39s
jaeger-5dfd44f668-8tj9x              1/1     Running   0          7m46s
messagebus-0                         1/1     Running   0          7m40s
minio-76f8b45fb7-brr96               1/1     Running   0          7m40s
mysql-0                              1/1     Running   0          7m40s
proxy-69d87469f9-fdx9l               1/1     Running   0          7m40s
proxy-69d87469f9-qsmwg               1/1     Running   0          7m40s
registry-facade-5xlhh                2/2     Running   0          7m39s
registry-facade-qzmft                2/2     Running   0          7m39s
registry-facade-vk9q4                2/2     Running   0          7m39s
server-6bfdcbfd5b-2kwbt              2/2     Running   0          7m39s
ws-daemon-7fqd5                      2/2     Running   0          7m39s
ws-daemon-jl46t                      2/2     Running   0          7m39s
ws-daemon-q9k9l                      2/2     Running   0          7m39s
ws-manager-66f6b48c8-ts286           2/2     Running   0          7m40s
ws-manager-bridge-5dfb558c96-kcxvr   1/1     Running   0          7m40s
ws-proxy-979dd587b-ghjf4             1/1     Running   0          7m39s
ws-proxy-979dd587b-mtkxt             1/1     Running   0          7m39s

Test Gitpod workspaces

When the provisioning and configuration of the cluster is done, the script shows the URL of the load balancer, like:

Please open the URL https://<domain>/workspaces. It should display the Gitpod login page similar to the next image.

DNS propagation can take several minutes.

Gitpod login page


Update Gitpod auth providers

Please check the OAuth providers integration documentation expected format.

We provide an example here. Fill it with your OAuth providers data.

make auth

We are aware of the limitation of this approach, and we are working to improve the Helm chart to avoid this step.

Destroy the cluster and Azure resources

Remove the Azure cluster running:

make uninstall

The command asks for a confirmation: Are you sure you want to delete: Gitpod (y/n)?

This will destroy the Kubernetes cluster and allow you to manually delete the cloud storage.

Packages

No packages published

Languages

  • Shell 91.1%
  • Makefile 5.4%
  • Dockerfile 3.5%