I have just started with Kubernetes. I need to run a Deployment in Kubernetes with a container that competes for execution after ~10-15 minutes. When I tried, "restart Policy=Never" doesn't hold true with Deployments. Reason for opting for Deployment is to use Replicas.
Please provide your inputs on how I can achieve multiple replicas of my Deployment with the container that completes execution and not keep running.