Root cause analysis tool for Kubernetes Istio.
Outlier detection with approximate median latency for Istio workloads.
- Frontend: https://github.com/hekike/outlier-web
Requirements
- Istio (with Prometheus)
kubectl create -f ./examples/istio/deployment.yaml
Test
kubectl -n istio-system port-forward deployment/outlier-istio 8080
open http://localhost:8080
Environment variables
PROMETHEUS_HOST
, optional, default: http://prometheus.istio-system.svc.cluster.local:9090PORT
, optional, default: 8080
Inlined OpenAPI (Swagger).
brew tap go-swagger/go-swagger
brew install go-swagger
swagger generate spec -o swagger.json
swagger serve swagger.json