-
Notifications
You must be signed in to change notification settings - Fork 48
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 to implement service node pool for XCAT hierarchical cluster #168
Comments
For xCAT or for confluent? Note that in either case this mostly applies to deployment/diskless boot performance and does not pertain to the compute task workload. |
Thank you for your reply. I would like to know the implementation steps of xcat's service node pool.
As shown in the document, it seems that xcat has already implemented the corresponding function? But I am still not quite sure about how to create a service node pool and the complete process of binding it with computing nodes. Can you provide guidance?Thank you.
At 2024-10-10 20:51:04, "Jarrod Johnson" ***@***.***> wrote:
For xCAT or for confluent?
Note that in either case this mostly applies to deployment/diskless boot performance and does not pertain to the compute task workload.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
For xCAT, one document may be: You may want to send your query to the xcat-user mailing list https://sourceforge.net/p/xcat/mailman/ Or open issue under xcat2/xcat-core/, where that team is responsible for xCAT service node pools. |
Moved to xcat2/xcat-core#7473 |
I am currently working on setting up a hierarchical cluster environment using xCAT and am interested in implementing a service node pool to improve the load balancing and management of our computing resources. Our goal is to ensure that tasks are distributed efficiently among our compute nodes to optimize performance and resource utilization.
In the official document 2.16.5, it was proposed to use a service node pool to achieve load balancing and high availability, but I have not found a specific method or steps to implement a service node pool. I would greatly appreciate it if you could provide guidance on the following aspects:
1.Could you outline the specific steps required to set up a hierarchical cluster service node pool within xCAT?
2.Is there any detailed documentation or tutorials available that cover the setup process from start to finish?
Thank you very much for your time and consideration. I look forward to hearing from you soon.
The text was updated successfully, but these errors were encountered: