on another serious topic i am trying to set up a pipeline that uses ffmpeg. There is a good thumbnailer tutorial that I haven’t got to work yet. I want to add a listener to a bucket that kicks off a ffmpeg job (to get a thumbnail or any other routine task required)…
i thought using IaC is a good use case for this. Also I am kind of pressed for kubernetes and thought combining code with it would be a good idea, but you mentioned near the end of the presentation that kubernetes is better suited with just YAML. Would you say that applies in all cases? Am I just trying to overengineer things by combining the two - IaC + K8s in your professional opinion?