-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Blog post for egress SNI routing. #14188
Conversation
😊 Welcome! This is either your first contribution to the Istio documentation repo, or
Thanks for contributing! Courtesy of your friendly welcome wagon. |
Hi @libesz. Thanks for your PR. I'm waiting for a istio member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
214b5d2
to
fe17313
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.
/ok-to-test
c6ae525
to
582164a
Compare
f11d04a
to
f0847b0
Compare
6beeeb9
to
f619ea4
Compare
title: "[WIP] Routing HTTPS/TLS traffic to arbitrary remote destinations" | ||
description: "A generic approach to set up egress gateways and use them to route traffic to a restricted set of target remote hosts dynamically, supporting wildcard domains." |
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.
title: "[WIP] Routing HTTPS/TLS traffic to arbitrary remote destinations" | |
description: "A generic approach to set up egress gateways and use them to route traffic to a restricted set of target remote hosts dynamically, supporting wildcard domains." | |
title: "Routing egress gateway traffic to wildcard destinations" | |
description: "A generic approach to set up egress gateways that can route traffic to a restricted set of target remote hosts dynamically, including wildcard domains." |
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.
Shouldn't Routing egress gateway traffic
be just Routing egress traffic
?
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.
Technically, the article is just showing how to make an egress gateway route to wildcard hosts, there's no problem if routing direct. But the description says that clearly enough, so if you think leaving gateway out of the title, that's fine.
Co-authored-by: Michael <haifeng.yao@daocloud.io> Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
Another listener with SNI forwarder performs a new TLS header |
--- | ||
title: "[WIP] Routing HTTPS/TLS traffic to arbitrary remote destinations" | ||
description: "A generic approach to set up egress gateways and use them to route traffic to a restricted set of target remote hosts dynamically, supporting wildcard domains." | ||
publishdate: 2023-12-10 |
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.
publishdate: 2023-12-10 | |
publishdate: 2023-12-01 |
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
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.
Nice article, LGTM. Thanks @libesz!
/cherrypick release-1.20 |
@frankbu: new pull request created: #14211 In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Description
Blog post for #14126
Reviewers
TBD