home-cluster
kube-plex
home-cluster | kube-plex | |
---|---|---|
1 | 12 | |
153 | 1,228 | |
- | - | |
9.8 | 0.0 | |
9 months ago | almost 2 years ago | |
Shell | Go | |
MIT License | Apache License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
home-cluster
-
Survey Results
In using flux for gitops. Repo is at https://github.com/Truxnell/home-cluster
kube-plex
-
Run a single Plex server across multiple physical servers?
Example: https://github.com/munnerz/kube-plex
-
Secondary Plex Server
There are some projects to distribute transcoding jobs like the Unicorn Transcoder (last activity in 2021), Remote Transcoder (last activity in 2017) or the Kubernetes project (last activity in 2020)
- Multiple Servers to spread out processing power, looks like a single server to the user... Possible?
- Any Multi-Media (e.g. Plex) Which Works With Load Balancer (Multiple-Server)
-
Plex on Kubernetes with hardware decoding... Victory
not OP, but I have some experience with Kubernetes, plex is the last service that I haven't yet migrated to my K3s cluster. Generally speaking, Kubernetes doesn't mean HA, it does mean that if a node goes down, plex will ideally spin on on another (assuming everything is correctly configured) but an application needs to be designed specifically to be deployed in a HA way in order to scale horizontally like you are suggesting. You can see in the picture that only 1 Pod (a unit that holds a container) is actually running. There is/was a project to separate our transcode jobs into their own pods to allow for horizontal scaling of transcode jobs, but it looks like it hasn't been updated in years, sounds a bit hacky and I haven't had the confidence to try it just yet.
-
Serious: What is the use case for this as home user?
There is a project out there for Plex in Kubernetes btw!
-
My custom-built 10-inch Raspberry Pi rack in IKEA Kallax
-> https://github.com/munnerz/kube-plex
-
32 Node KBN-I/5200 Kubernetes cluster running Debian 10/K8s 1.17/Intel Core i7/8GB RAM each. Used the standoffs and mounted each 8 stack to empty trays. Disks are 64GB USB3 sticks.
I've been there and it's not officially supported by Plex or even Jellyfin or Emby. There's kube-plex which is not maintained anymore, probably the most success you could have is with unicorn transcoder however it forces you to stay pinned to a Plex version until the maintainers push an update.
-
Raspberry Pi POE cluster
Theres kube-plex, which does this https://github.com/munnerz/kube-plex
-
k8s-mediaserver-operator - Your all-in-one resource for your media needs! - Plex/Jackett/Radarr/Sonarr/Transmission
Btw it looks like kube-plex (with pod transcoding) isn't dead yet https://github.com/munnerz/kube-plex/pull/97#issuecomment-620610658
What are some alternatives?
metallb - A network load-balancer implementation for Kubernetes using standard routing protocols
UnicornTranscoder - Remote transcoder for Plex
external-dns - Configure external DNS servers (AWS Route53, Google CloudDNS and others) for Kubernetes Ingresses and Services
charts - ⚠️ Deprecated : Helm charts for applications you run at home
awesome-gitops - A curated list for awesome GitOps resources
actions-runner-controller - Kubernetes controller for GitHub Actions self-hosted runners
longhorn - Cloud-Native distributed storage built on and for Kubernetes
motioneye - A web frontend for the motion daemon.
home-ops - Wife approved HomeOps driven by Kubernetes and GitOps using Flux
hyrule-infra - Automation for my home kubernetes cluster!
clusterplex - ClusterPlex is an extended version of Plex, which supports distributed Workers across a cluster to handle transcoding requests.