-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
Kubernetes Login Servers #12
Comments
I suppose we could set up kVDI that is accessible over the web, is that what you have in mind here? |
Hmm... I think kVDI is mostly for a desktop interface. I was thinking more |
Yeah that's fair. I'm not aware of any software that provides this functionality though :/ |
I couldn't find any existing technologies that do this, but I have two immediate very rough ideas:
|
I should comment that any solution has to support this use case: if a user logs in, starts a background process (e.g. tmux), and logs out, the background process has to survive the logout and upon logging in again they must be returned to the same session. |
When you login, connect to one of a few pods (at random?) OR spin up a new pod with your user directory & site directory mounted.
The text was updated successfully, but these errors were encountered: