This repo will setup a local kubernetes environment that will be used during the interview. Please setup the below ahead of the interview. If you have any problems with the setup, reach out to your recruiter/the hiring manager.
The following tools need to be installed for the test.
- Create a minikube cluster -
minikube start
- Set the kubectl context -
minikube update-context
- Run skaffold to deploy services -
skaffold run
- Check you have services running such as Istio, Grafana, Jaeger, Kiali and some MySQL databases -
watch kubectl get po -A
- Check you can reach the observability addons using Istioctl -
istioctl dash kiali
ORistioctl dash grafana
ORistioctl dash prometheus
ORistioctl dash jaeger
- Tunnel to the Istio ingress -
minikube tunnel
- Check you get a
HTTP/1.1 404 Not Found
fromistio-envoy
-curl localhost:80 -vvv
To save time during the interview, please complete the above steps ahead of time. If you have any issues, you can get in touch via your recruiter/hiring manager, or troubleshoot yourself.
For example, if you are having issues with minikube tunnel, you can troubleshoot using the minikube docs.