Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configuring Request Routing With Path Route Sets #348

Open
algora opened this issue Apr 19, 2021 · 1 comment
Open

Configuring Request Routing With Path Route Sets #348

algora opened this issue Apr 19, 2021 · 1 comment

Comments

@algora
Copy link

algora commented Apr 19, 2021

Oracle Cloud Infrastructure allows creating routing policy with a set of rules to route requests to different backend sets. The rules can be configured according to string matching of the request path (see https://docs.oracle.com/en-us/iaas/Content/Balance/Tasks/managingrequest.htm).

It is also possible to define URL Redirect Rules (see https://docs.oracle.com/en-us/iaas/Content/Balance/Tasks/managingrulesets.htm#redirect).

Is it possible to configure these capabilities with configuration files or annotations, or is it planned to add these feature in coming releases?

Thank you in advance

@shyamradhakrishnan
Copy link
Contributor

@algora please use an ingress controller for your requirement. Kubernetes service allows you to only redirect to a single service backend, ingress controller has to be used if you want to support different backends using a s single service.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants