gloo icon indicating copy to clipboard operation
gloo copied to clipboard

Dynamic Routing

Open newtack opened this issue 4 years ago • 3 comments

Can I implement the scenario below and if so how?

  • There can be many applications in our system
  • Each application identified by a UUID and url has this UUID, e.g. https://mykubernetescluster.com/UUID/rest_of_url.
  • Some applications are assigned to a master pod. If it is a put/post/delete or similar it should be routed to that pod.
  • Some applications are assigned to slave pods. If it is not a write request, it should go to slave pod if it exists. If only a master exists, route it to the master.
  • Some applications are not yet assigned to any pod. We should route it to a pod large enough to handle that request (each application has a size category). How can I route it to a pod with sufficient free resources?

newtack avatar Jun 18 '21 21:06 newtack

Hey, thanks for your question. Will get someone on it. Our community Slack is also a great place to ask questions

chrisgaun avatar Jun 25 '21 13:06 chrisgaun

Hey, Do you want to join the Slack and ask community at large there?

chrisgaun avatar Jul 02 '21 19:07 chrisgaun

This issue has been marked as stale because of no activity in the last 180 days. It will be closed in the next 180 days unless it is tagged "no stalebot" or other activity occurs.

github-actions[bot] avatar Apr 19 '24 10:04 github-actions[bot]