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