• 0 Posts
  • 12 Comments
Joined 3 years ago
cake
Cake day: August 10th, 2023

help-circle











  • Okay long post so I’m probably gonna make multiple comments:

    GPU usage: you have moonlight, and also jellyfin. Both of those are gonna want your gpu.

    You are gonna have to figure out hoa to do this. I suspect if you are using k3s, the easiest way is for one (virtual machine) node of the k3s cluster to have the gpu passed through to it and activated, and k3s will assign containers that need the gpu to that host. Although I’m not sure jf moonlight itself runs in a container.

    It technically possible to share a gpu between vms (https://github.com/DualCoder/vgpu_unlock) but it is a hack and it is a lot of trouble. It is very easy to share a gpu between containers. You can also use proxmox’s LXC containers, and share a gpu between them, but there are caveats about running (k3s/docker) containers in containers.