Hello Community, We have built an Arrow flight (Python 3.9) server
Now polyglot clients will query the flight server pyarrow==17.0.0 grpcio==1.67.0 What is the ideal deployment strategy in a production environment? Currently our flight server is deployed in a kubernetes cluster with 3 pods, behind a Load balancer. Came across this article, which made me ask this forum in specific https://kubernetes.io/blog/2018/11/07/grpc-load-balancing-on-kubernetes-without-tears/#why-does-grpc-need-special-load-balancing Suggestions are welcome!! Wishes & Regards Susmit