-
Notifications
You must be signed in to change notification settings - Fork 406
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
[yurt tunnel]support proxy https request from cloud to edge through yurt-tunnel #414
Comments
@rambohe-ch what's the form of request, like curl svcname.svcnamespace:port the same as kubernetes service? |
Like prometheus collects node-exporter metrics requests: https://nodeIP:9100/metrics |
ok, does it require cloud access to edgeNodeIP?because edgenode usually don't have public ip |
Edge nodes do not need public ip, but edge nodes are able to access public network for setting up network connection between yurt-tunnel-agent and yurt-tunnel-server, and requests from cloud to edge nodes will go through this connection. |
What would you like to be added:
Yurt-tunnel components can proxy https request from cloud to edge nodes, so user from the cloud can access the https service at the edge through yurt-tunnel.
Why is this needed:
Some cloud-native ecosystem components(like Node Exporter) serve https requests at the edge, in order to support prometheus collect metrics of node-exporter, we need to support proxy https requests through yurt-tunnel.
others
/kind feature
The text was updated successfully, but these errors were encountered: