.NET Core Worker Service Deployment
Keyur Narkhi
1
Reputation point
Hi
I have long running task which is reading large file(3GB,5GB) excel,txt from server and dump to SQL. So I have created a Worker service and deployed that to Kubernetes Cluster and POD. I have also applied Horizontal Pod scaling but my concern is if file is half way and if POD is not able to load that and due to scaling if new POD replica is created then how I can manage the file which is already processed half way and start from their only.
Can you help me with best solution.
Thanks
Keyur
Azure Kubernetes Service (AKS)
Azure Kubernetes Service (AKS)
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
2,401 questions
Sign in to answer