Running video transcoding on Kubernetes maps the workload's natural shape — variable-throughput, queue-driven, periodic-spike — onto K8s + KEDA primitives. These articles and reference architectures cover the four-pattern climb (Job per encode → worker Deployment + queue → KEDA queue-depth autoscaling → multi-tenant operator), pool-isolation strategies, leader election, drain semantics for upgrades without dropped encodes, and where each pattern stops scaling. For SREs and platform engineers running video on K8s.