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

[New feature] Support for SSH-only VMs #216

Open
frisso opened this issue Apr 22, 2020 · 1 comment
Open

[New feature] Support for SSH-only VMs #216

frisso opened this issue Apr 22, 2020 · 1 comment

Comments

@frisso
Copy link
Member

frisso commented Apr 22, 2020

In some cases, a console-mode is enough. This would greatly decrease the necessities in terms of CPU on the cluster.
It would be helpful to support also SSH-only backend services, which may require a different "ingress controller" that is able to demultiplex SSH sessions toward the involved VM.

@giorio94
Copy link
Member

giorio94 commented Oct 8, 2020

The basics of this feature have been addressed in #295, #312, #313

Yet, some functionalities are still missing:

  • The possibility to connect to the CLI only VMs through the web-based dashboard (e.g. through an emulated terminal);
  • The possibility to connect to the CLI only VMs through SSH from outside the cluster (e.g. from home). This has been implemented by the bastion-operator (@claudious96)

Possibly useful pointers:

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