Plex Media Server with Kubernetes


Summary of my bookmarked Github repositories from Sep 5th, 2020

Github repositories

  • munnerz/kube-plex

    kube-plex is a Plex Media Server solution designed for Kubernetes. Instead of running transcodes on the Plex Media Server itself, it distributes the transcode jobs by creating pods within a Kubernetes cluster. These pods utilize shared persistent volumes to store the transcode results and access media. To set it up, obtain a Plex Claim Token, deploy the Helm chart provided in the repository, and configure network settings in the Plex dashboard. Once set up, kube-plex allows for scalable Plex Media Server instances with Kubernetes as the backend for transcode execution.