Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 751 Bytes

File metadata and controls

20 lines (14 loc) · 751 Bytes

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