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

help-circle
  • No, authentik is always better. There are no unique integrations to Red Hat systems that Keycloak offers that are more capable than Authentik is capable of.

    Now, keycloak has a paid version based on it that might have extra features (but probably doesn’t, Red Hat usually doesn’t enhance the software itself, just deployment/maintainence). And it is easier to justify expenditure to a corporation you are already buying from like Red Hat or AWS, than it is to buy from a new entity. If you’ve ever interacted with any of the beuracracies, you’ll understand that their are almost always considerations in the purchase of the software beyond the quality itself.














  • 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.