Relative Content

Tag Archive for kubernetesminikubeistiofailoverservicemesh

How to Retry Requests with 500 Response Code to Another Service in Kubernetes?

I need to handle HTTP requests that receive a 500 status code response in my Kubernetes cluster. Specifically, I want to retry these requests by sending them to another service within the same cluster, similar to the mirroring feature in Istio service mesh.
This is a local minikube cluster. So I can try any sort of service mesh or any other setup.