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

Allow predictors to make internal requests to other APIs #1241

Closed
deliahu opened this issue Jul 29, 2020 · 0 comments · Fixed by #1503
Closed

Allow predictors to make internal requests to other APIs #1241

deliahu opened this issue Jul 29, 2020 · 0 comments · Fixed by #1503
Assignees
Labels
docs Improvements or additions to documentation enhancement New feature or request
Milestone

Comments

@deliahu
Copy link
Member

deliahu commented Jul 29, 2020

Description

Currently, to make a request to a different Cortex API within a Predictor, it is necessary to access the other API's external endpoint. Kubernetes should be already managing DNS entries for all services, so it may be possible to reference another API by its service name, and allow DNS resolution to map it to the Kubernetes service (or virtual service). If the Istio gateway is skipped, it will be necessary to find an alternative to Istio's x-request-id header for tracking in-flight requests.

@deliahu deliahu added the enhancement New feature or request label Jul 29, 2020
@vishalbollu vishalbollu added the docs Improvements or additions to documentation label Oct 27, 2020
@deliahu deliahu changed the title Consider allowing predictors to make internal requests to other APIs Allow predictors to make internal requests to other APIs Oct 28, 2020
@deliahu deliahu added the v0.22 label Oct 31, 2020
@deliahu deliahu self-assigned this Oct 31, 2020
@deliahu deliahu added this to the v0.23 milestone Nov 26, 2020
@deliahu deliahu added v0.22 and removed v0.23 labels Nov 26, 2020
@deliahu deliahu modified the milestones: v0.23, v0.22 Nov 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants