![]() |
Jellyfin is the only service in my k8s cluster that cant be curled (or accessed) - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: General Questions (https://forum.jellyfin.org/f-general-questions) +--- Thread: Jellyfin is the only service in my k8s cluster that cant be curled (or accessed) (/t-jellyfin-is-the-only-service-in-my-k8s-cluster-that-cant-be-curled-or-accessed) |
Jellyfin is the only service in my k8s cluster that cant be curled (or accessed) - SpiderUnderUrBed - 2025-08-20 https://pastebin.com/Qu1VPsMf
jellyfin is the only service in my k8s cluster which I cannot curl, its also the only thing that runs on another node. How do i fix this so i can access jellyfin through my ingress?
I am able to ping it from a container, the main issue is 8096 I think, that and/or pod-to-pod connectivity between nodes as I think it worked when jellyfin was on the same node as traefik? but there is also some weird jellyfin stuff happening. If it listens to 0.0.0.0 by default then I am really confused as to whats happening, if its only listening to localhost that makes more sense, here is some more information (my traefik), also I installed metallb to try and fix this issue, and I always had cilium running as my CNI traefik: https://pastebin.com/7ANL8T8L svc, pods, ingresses, etc: https://pastebin.com/uumFPiDu Also since I recently installed metallb to try and fix this issue, the ip metallb got for my ingress isnt working with the curl commands too, well with everything except jellyfin, and I did set the jellyfin domain env variable correctly. RE: Jellyfin is the only service in my k8s cluster that cant be curled (or accessed) - toytown - 2025-08-20 For CURL don't you need the "L" flag so that it follows the "web/" redirect? RE: Jellyfin is the only service in my k8s cluster that cant be curled (or accessed) - SpiderUnderUrBed - 2025-08-20 (2025-08-20, 12:37 PM)toytown Wrote: For CURL don't you need the "L" flag so that it follows the "web/" redirect? spiderunderurbed@raspberrypi:~/k8s $ curl -H "Host: jellyfin.spidershomelab.xyz" http://192.168.0.241/ -L Gateway Timeoutspiderunderurbed@raspberrypi:~/k8s $ It doesnt work with the -L flag too |