I'm looking for some help in scheduling deployments in Kubernetes.
I need to schedule a new deployment based on the successful completion of an old deployment. How can I achieve that in Kubernetes?
My first deployment will be running for 3-4 hours doing fetching some data. Once it gets completed I need to delete that deployment and deploy a new one.