Asking for help? Comment out what you need so we can get more information to help you!
Cluster information:
Kubernetes version:
Cloud being used: bare-metal
Installation method:
Host OS: almalinux 9
CNI and version: calico
CRI and version: coredns
You can format your yaml by highlighting it and pressing Ctrl-Shift-C, it will make your output easier to read.
I currently have AWX setup. My physical server is 10.166.1.202. I have metallb setup to assign an ip 10.166.1.205 to the ingress nginx. NGINX, while using the 205 ip address will access any connections that is using the url awx.company.com. Internally this works. If I am on the LAN I can browse to https://awx.company.com and this works no problem. The problem is when I setup the 1 to 1 nat, no filtering at all, and I browse from an outside location https://awx.company.com I get a bunch of TCP retransmissions, no attempts at TLS and since TLS is not even reached, I cannot view the http header. Any idea as to what I can do to resolve this?