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

[Raven-L7] Raven l7 proxy implementation #70

Open
zzguang opened this issue Oct 24, 2022 · 1 comment
Open

[Raven-L7] Raven l7 proxy implementation #70

zzguang opened this issue Oct 24, 2022 · 1 comment

Comments

@zzguang
Copy link
Member

zzguang commented Oct 24, 2022

As proposal https://github.com/openyurtio/openyurt/blob/master/docs/proposals/20220930-unifying-cloud-edge-comms.md mentioned: we need to implement l7 proxy which is responsible for establishing the layer 7 connection between gateway nodes, it mainly includes the tasks below:

  1. Implement the l7 proxy agent in raven-agent of edge gateway node
  2. Implement the l7 proxy server in raven-agent of cloud gateway node
  3. L7 proxy agent connects the Loadbalancer/EIP exposed by cloud l7 proxy server and establish a tunnel connection to it
  4. Cloud l7 proxy server forwards the user request to the corresponding L7 proxy agent according to the hostname map
  5. Edge l7 proxy agent forwards the user request to the corresponding kubelet port of solo node or node in a nodepool
@zzguang zzguang changed the title [raven-l7] raven l7 proxy implementation [raven-l7] Raven l7 proxy implementation Oct 24, 2022
@zzguang
Copy link
Member Author

zzguang commented Oct 24, 2022

/assign @zzguang

@zzguang zzguang changed the title [raven-l7] Raven l7 proxy implementation [Raven-L7] Raven l7 proxy implementation Oct 26, 2022
@njucjc njucjc added this to the dataplane-v0.4 milestone Mar 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants