-
Grzegorz Bizon authoredGrzegorz Bizon authored
kubernetes.md 636 B
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?
- Clone GDK repository
- Start Minikube using
minikube start
- Create pod using
kubectl create -f gdkube.yml
- See starting pod using
kubectl get pods
- Wait until GDK starts, see a progress in logs
kubectl logs -f gdk-[pod-id]
- Get the URL to GDK by typing
minikube service gdk --url
- Open GDK in the browser