How to use Jobs In Kubernetes
Reading Time: 4 minutes Introduction Jobs In Kubernetes is like other resources but allows you to run a pod whose container isn’t restarted when the process running inside finishes successfully. Once it does, the pod is considered complete. Job resource is controlled by a job controller, which supervises pods for carrying out certain tasks. How does it work? Jobs are managed by a job controller and the controller is Continue Reading