Hi, I'm facing a tough question. I want to start a Flink Native Kubernetes job with each of the task manager pod mounted with an aws-ebs PVC.
The first thought is to use the pod-template file to do this, but it soon went to a dead end. Since the pod-template on each of the task manager pod is the same, how can I mount different PVCs ? This issue is quite puzzling, will you please help me ? Thanks in advance !