-
Notifications
You must be signed in to change notification settings - Fork 407
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
[Question] How to proxy requests from cloud to pod (not hostNetwork) on edge? #522
Comments
@tiezhuoyu Thank you for raising the issue. |
@tiezhuoyu Thank you for raising this issue. |
@DrmagicE I think it's more general to use service to access pods in kubernetes. so if proxy requests from cloud to edge service, i'd like to sure that the problem in the issue is also solved. @DrmagicE @tiezhuoyu Do you have interest to take over and solve this feature? |
@rambohe-ch Yes, I'll try it. |
/assign @DrmagicE |
We are designing a solution that connects the edge and the edge, and the edge and the cloud network. The general idea is to use IPSec (or other) to connect to each data center, and then use IPSec to send the traffic of the Pod in one data center to other data centers. Plan to integrate with openyurt. The plan hopes that the intrusion to the Pod is small enough. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
/pinned |
@tiezhuoyu Pods(not hostNetwork) connection across public network will be solved by raven, also you can dive into the proposal: https://github.com/openyurtio/openyurt/blob/master/docs/proposals/20211123-enhancement-of-cluster-networking.md and we will close this issue, and you reopen or create a new issue if you have any other questions. |
@rambohe-ch that's a greate work 👍 |
What happened:
Hi, i want to know if it is possible to proxy requests from cloud to pods (not hostNetwork mod) on edge? I found issue issue#138, but it works on hostNetwork mod.
Thanks!
What you expected to happen:
For example, pod1(192.168.0.5) on cloud node, and pod2(192.168.4.5) on edge node.
If it is possible pod1 send reqeust like 'GET http://192.168.4.5:80' ?
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?:
Environment:
kubectl version
): v1.18.2cat /etc/os-release
):uname -a
):others
/kind question
The text was updated successfully, but these errors were encountered: