SwissDataScienceCenter / renku-admin-docs

Deployment files for Renku admins
Apache License 2.0
3 stars 2 forks source link

WIP Document steps needed to deploy Renku on a bare VM environment #8

Closed pameladelgado closed 5 years ago

pameladelgado commented 5 years ago

Document steps and configuration needed before deploying Renku

Required:

  1. a working k8s cluster
  2. a wildcard DNS for the renku deployment
  3. a VM for the docker image builder with sufficient storage
  4. a way to automatically obtain TLS certificates from LetsEncrypt
  5. a stand-alone gitlab configured with an image registry or the appropriate set up to run the renku-deployed gitlab with a registry with some storage backend
  6. an installation of Tiller
  7. nginx ingress
pameladelgado commented 5 years ago

Addressed in https://github.com/SwissDataScienceCenter/renku/pull/633