nlopez / k8s_home

Kubernetes
48 stars 6 forks source link

Plex server access #8

Closed jshurak closed 4 years ago

jshurak commented 5 years ago

You have a commit about ditching metallb for clusterip in your pms service. I'm having issues getting plex fully up and running and I'm wondering if you ran into something similar. Basically plex comes up, but the server is only accessible from the server's web app. Any remote plex client cannot connect. They can see it in the server list, but not connect. Did you happen to run into anything like this?

nlopez commented 5 years ago

Hey @jshurak - my reasons for ditching metallb had to do with some trouble getting it working in its layer 2 mode after relaunching my k8s cluster.

Since I'm already using kube-router and sending BGP announcements to my gateway, I use the clusterIP defined here when setting up port forwarding rules on my gw. I forward from 32400 external to 10.102.213.52:32400.

I think the simplest way to get Plex working on k8s is to use a NodePort. This doesn't require any special CNI configuration/capabilities.