We are trying to implement Presto with Kubernetes. We have a kubernetes cluster running on cloud as a service. I tried to google on this but could not find a conclusive result as to what may be the best practices to deploy Presto with Kubernetes. Though there exists the official github of Presto - but does not help. Below are the two questions I am trying to seek an answer for:
- What should be the best approach to configure Presto with Kubernetes - metrics such as ideal worker replicas?
- How can we go ahead and performance test this deployment?