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

[core] Implement a feature to recycle a StatefulSet if inactivity is detected #23

Open
emil-jacero opened this issue Jul 3, 2024 · 0 comments
Labels
kind/enhancement New feature or request ux Issue or pull request contains user experience related stuff

Comments

@emil-jacero
Copy link
Collaborator

emil-jacero commented Jul 3, 2024

This feature should detect if the user is inactive and "recycle" the container. In practice this would require the container to report on the activity in some way.

For code-server, this is done through the /healthz endpoint.
For other containers this would be different. For example in the webtop scenario KasmVNC has inactive_user_session_timeout but that might not expose an endpoint that can be used.

Might be a good idea to look into a way to detect the inactivity via the Envoy Proxy in some way.

@emil-jacero emil-jacero converted this from a draft issue Jul 3, 2024
@emil-jacero emil-jacero added kind/enhancement New feature or request ux Issue or pull request contains user experience related stuff labels Jul 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement New feature or request ux Issue or pull request contains user experience related stuff
Projects
Status: Backlog
Development

No branches or pull requests

1 participant