In one of my scenario, my setup fetches some data from the Google Cloud Storage, processes it in Kubernetes cluster and load into BigQuery. The size of my data chunks fetched from cloud storage can vary from 1 MB to 1GB.
I am using the below Kubernetes setup:
Still I am getting the below errors:
Could someone please help me to identify the bottleneck?