Hi Flink users, Wanted to check if any of you tried to run the local FlinkSQL client against JobManager running in the Kubernetes environment.
For local FlinkSQL Client and local Flink cluster we set this params: jobmanager.rpc.address: localhost jobmanager.rpc.port: 6123 To make it work, Is the only requirement for JM (running in remote Kubernetes env) to have an external IP address? Does port 6123 on JM pod also need to be open? (Assuming FlinkSQL Client is not communicating with JM via Rest endpoint) Thank you.