apache / trafficserver-ingress-controller

Apache Traffic Server Ingress Controller for Kubernetes
https://github.com/apache/trafficserver-ingress-controller
Apache License 2.0
39 stars 9 forks source link

Add retry mechanism for load balancing for ATS #120

Open shukitchan opened 2 years ago

shukitchan commented 2 years ago

Similar to what nginx ingress controller can do - https://dev.to/bzon/nginx-ingress-load-balancing-and-retry-1008

We need to investigate whether we can use similar mechanism as the escalate plugin - https://github.com/apache/trafficserver/tree/master/plugins/escalate for this purpose