Azure Kubernetes services processing .CSV file

Viewed 19

I need to deploy batch job running as linux container on AKS pod. I have one worry as given below:

  • Will batch job program running on AKS pod will be able to process.CSV file residing in azure storage blob without any issue? Will it store .csv file in container program memory till processing is completed.

Is it safe to deploy batch job which process .csv file and update in azure Sql database on AKS?

0 Answers
Related