I have 2 options 1. A Rest Based, in my case a Jetty/REST based QueryableStateClient in a side car container colocated on JM ( Though it could on all TMs but that looks to an overkill )
2.A Rest Based, in my case a Jetty/REST based QueryableStateClient in a side car container colocated on TMs. The Query Proxies are on the TMs, so in essence the communication would be within containers of the POD and I could load balance ( have ot test ) The second alternative seems doable, but looks an overkill but am not sure how to establish a TM on the standalone QueryableStateClient, given that TM's pod IP is not known till the pod is launched. Has anyone had a successful QueryableState setup for flink on k8s? Regards,