# Containerizing HandBrake with Docker and Kubernetes

DevFeed: [Containerizing HandBrake with Docker and Kubernetes](<https://devfeed.tech/articles/containerizing-handbrake-with-docker-and-kubernetes-10546.md>)

Original publisher: [Read original article](<https://technotim.com/posts/handbrake-docker-k8s/>)

Author: Techno Tim

Published: 2021-02-16T14:00:00Z

Content type: tutorial

Language: en

Sources: [Techno Tim](<https://devfeed.tech/sources/techno-tim.md>)

Topics: [Docker](<https://devfeed.tech/topics/docker.md>), [Kubernetes](<https://devfeed.tech/topics/kubernetes.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>), [Linux](<https://devfeed.tech/topics/linux.md>), [macOS](<https://devfeed.tech/topics/macos.md>), [Windows](<https://devfeed.tech/topics/windows.md>)

Tags: [docker](<https://devfeed.tech/tags/docker.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [linux](<https://devfeed.tech/tags/linux.md>), [macos](<https://devfeed.tech/tags/macos.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [self-hosted](<https://devfeed.tech/tags/self-hosted.md>), [windows](<https://devfeed.tech/tags/windows.md>)

## AI overview

This article introduces HandBrake as an open-source video transcoder and presents the possibility of self-hosting a containerized version with Docker and Kubernetes. It notes that HandBrake can run on Windows, macOS, and Linux.

## Source excerpt

Handbrake is a fantastic open source transcoder.It allows you to transcode, or convert, your video files into different formats. It has a nice UI that's easy to use and helps you transcode videos very easily. It supports profiles that are optimized for your target devices. And because this is open source and cross compiled, you can run this on Windows, macOS, or Linux...but did you also know you ...