close

Install GDK on minikube

GDK can be deployed to minikube / Kubernetes.

Note that this setup is an experimental phase and not officially supported.

You can’t develop GitLab using this strategy yet.

See issue about for more details.

How to use it?

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