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

How would I ensure Eclipse Che can run effieicently across all nodes of a cluster? #22367

Closed
willkara opened this issue Jul 17, 2023 · 3 comments
Labels
kind/question Questions that haven't been identified as being feature requests or bugs. lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. status/info-needed More information is needed before the issue can move into the “analyzing” state for engineering.

Comments

@willkara
Copy link

Summary

I'm in the process of setting up multiple nodes in a cluster. Eclipse Che is the perfect fit for a shared, distributed IDE for my team and I want to be able to make the most use out of it.

What is the best way to ensure I can run Eclipse Che and workspaces on every node? Essentially making sure the gateway and workspaces can make the most use of the resources on the lab?

Would it be ensuring there's an instance of the che-gateway and server are running on each node, or something like a single gateway handling all servers?

I drew something up to help explain my idea:
Untitled Diagram drawio(1)

Thanks!

Relevant information

TL;DR I have a lot of servers, I want to ensure Eclipse Che and its workspaces can use all of the resources.

@willkara willkara added the kind/question Questions that haven't been identified as being feature requests or bugs. label Jul 17, 2023
@che-bot che-bot added the status/need-triage An issue that needs to be prioritized by the curator responsible for the triage. See https://github. label Jul 17, 2023
@l0rd
Copy link
Contributor

l0rd commented Jul 17, 2023

This is a scheduler problem rather than a Che problem: when a developer requests a workspace, Che creates a Kubernetes Pod. The Kubernetes scheduler then decides in which node the workspace will be executed. My only recommendation would be to specify carefully, in the devfile that defines the development environments, the memory and CPU requests. This helps the scheduler to take the right decision.

@l0rd l0rd added status/info-needed More information is needed before the issue can move into the “analyzing” state for engineering. and removed status/need-triage An issue that needs to be prioritized by the curator responsible for the triage. See https://github. labels Jul 17, 2023
@willkara
Copy link
Author

willkara commented Jul 18, 2023 via email

@che-bot
Copy link
Contributor

che-bot commented Jan 14, 2024

Issues go stale after 180 days of inactivity. lifecycle/stale issues rot after an additional 7 days of inactivity and eventually close.

Mark the issue as fresh with /remove-lifecycle stale in a new comment.

If this issue is safe to close now please do so.

Moderators: Add lifecycle/frozen label to avoid stale mode.

@che-bot che-bot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Jan 14, 2024
@che-bot che-bot closed this as completed Jan 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/question Questions that haven't been identified as being feature requests or bugs. lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. status/info-needed More information is needed before the issue can move into the “analyzing” state for engineering.
Projects
None yet
Development

No branches or pull requests

3 participants