-
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
Add documentation for deploying in Cluster mode (Multi-node GPU) #52
Conversation
@@ -0,0 +1,258 @@ | |||
# Multinode Deployment with Docker Compose |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should mark experimental?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm mentioning that this feature will improve in future releases (e.g. follower will be able to ingest data), so maybe it's a good idea.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
rec @webcoderz review docs as he'll be doing the multinode testing round |
… mark the feature as experimental
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See inline comments
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You removed the ufw steps completely? Maybe just add how to do it (ufw allow …) where you had the ufw disable step before a normal user /admin might not be that knowledgeable of how to do it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You're right, I removed the ufw
commands to keep things more flexible. Since I already added general firewall setup notes at the start and in the troubleshooting section, I think it covers the bases without assuming a specific tool. Let me know if that works!
Adds documentation for deploying Graphistry with multinode GPU setup (cluster mode). Details leader-follower architecture with shared NFS storage and PostgreSQL. Includes usage examples for PyGraphistry, Graphistry JS, and REST API.