Skip to content
Snippets Groups Projects

Install GDK on Minikube

GDK can be deployed to Minikube / Kubernetes.

Note that this setup is an experimental phase.

You won't be able to developer GitLab using this strategy yet.

See issue about for more details.

How to use it?

  1. Clone GDK repository
  2. Start Minikube using minikube start
  3. Create pod using kubectl create -f gdkube.yml
  4. See starting pod using kubectl get pods
  5. Wait until GDK starts, see a progress in logs kubectl logs -f gdk-[pod-id]
  6. Get the URL to GDK by typing minikube service gdk --url
  7. Open GDK in the browser