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

doc: connection between proxy and on-premises #35

Open
chintansakhiya opened this issue Jan 20, 2025 · 0 comments
Open

doc: connection between proxy and on-premises #35

chintansakhiya opened this issue Jan 20, 2025 · 0 comments

Comments

@chintansakhiya
Copy link
Member

How to Connect a Proxy to an On-Premises Cluster

Here are some easy ways to establish a connection between a proxy and an on-premises cluster:

1. gRPC with Streaming

  • Keep a persistent connection using gRPC streams.
  • Ideal for high-performance and reliable communication.

2. WebSocket (Recommended for Simplicity)

  • Set up a WebSocket connection from the on-premises proxy agent to the cloud proxy.
  • Enables easy and two-way communication.

3. SSH Tunnel (Takes Extra configration Time)

  • Create a secure SSH tunnel from the on-premises proxy agent to the cloud proxy.
  • Useful for secure and private communication, though it requires more configuration.
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

1 participant