In my web application, I have certain tasks like uploading files that consume a lot of time, So is it a better idea to run it as a Kubernetes job?
I didn't find any suitable use-cases to execute a task like that
I have my server running in Kubernetes pod, for some time-consuming task, I just want to execute it on the separate job to balance the load and run it asynchronously