- git
- minikube installation
- helm installation
-
Start minikube with database cluster and pool test application
./run-test.sh
-
Check metrics with
watch -n 2 kubectl exec -it pooltest -- "curl http://localhost:8080/q/metrics | grep -E '^application'"
-
Check database cluster status with
kubectl exec -it connection-pool-test-0 -- patronictl list
-
Kill database leader pod with
kubectl delete pod connection-pool-test-<N>