Use a CronJob if you prefer Kubernetes to handle the scheduling.
Use a sidecar container if you want the cleanup to live right inside your pod.
Both options will automatically delete .mp4 files every 5 minutes — no PVC needed, no manual cleanup required 🚀.