best practice for awx with multiple region in k8s ?

hello

I would like to know if someone has succeeded in deploying awx on multiple kubernete clusters,
I succeeded in making the link with one awx in azure and another in aws with a common database but the streaming does not work because each node tries to reach remote pod ip via websocket

Except variable MY_POD_IP i don’t see a way to make a connection other than by resolving ip

So I tried with networking with submariner which works, but it would have been much easier with ingress

if anyone has a better solution

christophean...@gmail.com (christopheantunesferreira@gmail.com) said:

I would like to know if someone has succeeded in deploying awx on multiple
kubernete clusters,
I succeeded in making the link with one awx in azure and another in aws
with a common database but the streaming does not work because each node
tries to reach remote pod ip via websocket

Cross-cluster deployments is not currently supported, and we don't
have plans to do so.

Bill