Skip to content

Public repo shared with SRE candidates for their technical pairing interview

Notifications You must be signed in to change notification settings

eeveebank/sre-technical-pairing-interview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NatWest Boxed SRE Technical Test

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.

Prerequisites:

The following tools need to be installed for the test.

Getting Started

  • 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 OR istioctl dash grafana OR istioctl dash prometheus OR istioctl dash jaeger
  • Tunnel to the Istio ingress - minikube tunnel
  • Check you get a HTTP/1.1 404 Not Found from istio-envoy - curl localhost:80 -vvv

Troubleshooting

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.

About

Public repo shared with SRE candidates for their technical pairing interview

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published