I have a Spring batch 2.1.x application deployed on Azure Kubernetes. Base image is Ubuntu 18.04. I see that the process is getting killed at times.
Process flow:
- kubectl command line command to start the bash script
- bash script to start the spring batch
- spring batch application to print / generate the CSV file
