Needed a Guide to setup Devpod , on two ubuntu servers . where one server having NAS as storage to export NFS and another one having A100 GPU . #1964
sanjay7178
started this conversation in
General
Replies: 1 comment 1 reply
-
|
Hey! If you want DevPod across two Ubuntu servers (one with NAS storage, one with A100 GPU), I’d approach it like this:
Once those pieces are in place, users can select GPU-enabled workspaces and shared storage via PVCs. The DevPod docs have a Kubernetes provider setup guide that should map directly to this topology. If you want, I can help sketch a minimal kubeadm + NFS + GPU plugin checklist. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
So with the setup , I want to make kubernetes cluster on both servers and want to give access to user to use GPU , CPU , Storage and Memory
Beta Was this translation helpful? Give feedback.
All reactions