Skip to content

Which protocol is used for the communication with the client? #116

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

Open
miboettc opened this issue Apr 4, 2025 · 1 comment
Open

Which protocol is used for the communication with the client? #116

miboettc opened this issue Apr 4, 2025 · 1 comment

Comments

@miboettc
Copy link

miboettc commented Apr 4, 2025

Which protocol is used to communicate between the Jetbrains Gateway App and Devspaces? Is it ssh, https, Websockets or something else? Could not find any information the the official documentation....

@azatsarynnyy
Copy link
Member

Hi @miboettc
There are two communication channels used.

From the Gateway application, the plugin uses Java client library for kubernetes over HTTP to manage the CDEs.

For communication between the Thin Client and the headless IDE server running in the container, oc port-forward is used.
oc port-forward uses spdy for transport. It creates a tunnel between the Thin Client running on the local machine and a user container in a cluster. So, the Thin Client accesses the remote IDE server as if both were running locally.

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