Multi-cluster fallback/failover #8521
Unanswered
kickthemooon
asked this question in
Q&A
Replies: 1 comment
-
Linkerd doesn't support this today. You could configure Linkerd to retry requests that get a 404 response, but we can't guarantee that the retried request won't go to the primary service. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
There are two clusters.
There are two services/applications.
All public requests first go to a primary app in one cluster.
If the primary app knows the request (non 404 http response code) it responds appropriately.
If the primary app doesn't know the request (404 http response code) it redirects the request the fallback secondary app running on another cluster.
Question is, is linkerd the way to go here and can this scenario be implemented with linkerd?
Beta Was this translation helpful? Give feedback.
All reactions