The presentation discusses how to use Kubernetes and WebRTC to power video streaming for a watch party. The speaker shares her experience in building a movie night application and scaling it using Kubernetes.
- Movie night is a distributed approach to concurrently streaming video across multiple peers.
- WebRTC enables peer-to-peer connections across different browsers, cutting out the server in the middle and reducing latency.
- Kubernetes is used to scale the application by deploying multiple pods and using horizontal load balancing with an auto scaler.
- The speaker suggests exploring different video stream protocols and bundled P2P/video streaming to improve video quality.
- An anecdote is shared about the speaker's experience in using WebRTC and Kubernetes to build a movie night application.
- Tags: Kubernetes, WebRTC, video streaming, watch party, scaling