-
Notifications
You must be signed in to change notification settings - Fork 267
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
Add host override to query specific pod #86
Conversation
193862b
to
5cc5ee6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
overall looks good to me
I may miss some of the contexts, I think our goal is to implement the routing part. Why do we care the target ip support? |
Routing algorithm will select a pod, and target-ip is to forward request to that pod. |
/lgtm |
* Add rpm/tpm extension proc plugin * add license header * add extproc auto creation with httproute * add envoy patch policy * update go.mod * address comments * test * routing to specific pod * ext proc code refactoring * nit * bug fix for rpm/tpm check * remove unwanted file * add random router * for now rename ratelimiter dir -> gateway for monolithic plugin --------- Co-authored-by: varungupta <[email protected]>
Query specific pod by including pod's ip address and port