Using Intel eGPU QuickSync with Kubernetes for transcoding with Plex/Jellyfin etc...

This page summarizes the projects mentioned and recommended in the original post on /r/selfhosted

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. helm-charts

    Thankfully, a few weeks ago they finally simplified it, by creating a helm chart, available here, and on top of that, its easy to share the GPU with multiple pods - So in my case, I have both Plex and Jellyfin using the same GPU.

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. docker-plex

    FWIW it's probably not a great idea to use the Plex or Jellyfin (or any really) images from lsio. They do stupid shit like this which is not needed with Kubernetes. You can add a security context with those GIDs as supplemental groups. Also all their containers start as root which is not considered best practice.

  4. containers

    My collection of container images (by onedr0p)

    Alternatively, I build images at my repo on Github and adhere to rootless containers with semver tags. It's all built in the open and pushed to the Github container registry.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • A k8s media factory utilizing the *arr suite

    3 projects | /r/selfhosted | 23 Mar 2023
  • Any options for *arr images that don't use s6 overlay?

    1 project | /r/selfhosted | 11 Feb 2023
  • Solving Permission Issues with PostgreSQL and Docker Compose on macOS Using Colima

    1 project | dev.to | 10 Feb 2025
  • Ultimate Guide to Containerized Development on Mac ARM Chips: Efficient Setup with Colima and Docker

    1 project | dev.to | 9 Feb 2025
  • AMD's Initial Pricing Leaks Reveal Ambitious Plans for Radeon RX 9070 XT and RX

    2 projects | news.ycombinator.com | 28 Jan 2025

Did you know that Dockerfile is
the 36th most popular programming language
based on number of references?