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.
- Install Minikube
- 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