git clone https://github.com/Alevsk/dvka
the repository and thencd dvka/lab-2
- Optional: configure various parameters of the challenge in
k8s/base/deployment.yaml
- Run:
kustomize build k8s/base | kubectl apply -f -
- Expose lab-2 application:
kubectl port-forward svc/debug-console 8080:8080 -n lab-2
- Open your browser and go to http://localhost:8080/
- Happy hacking
- Stop the
port-forward
command kustomize build k8s/base | kubectl delete -f -