Start Minikube dashboard and tunnel run in the foregrund, so run in seperate terminals
minikube start
minikube dashboard
minikube tunnel
Deploy with skaffold The dev command will make sure we run in the foreground, tear down resources when quitting skaffold, and automatically rebuild when the source code changes.
skaffold dev
Run locust
locust -H http://localhost:17000
- Autoscaling
- Add more services
- Sidecars
- Instrumentation