hey folks,
everything in my consul federation is working as ive expected it so far. After testing stuff from CLI, I enabled UI with ingress and upgraded the helm chart. I can see the consul-ui service and ingress but can’t actually access it. Just goes connection refused.
Then i tried port forwarding
/dc1 » kubectl port-forward pod/consul-server-0 8500:8500 127 ↵
Forwarding from 127.0.0.1:8500 -> 8500
Forwarding from [::1]:8500 -> 8500
Handling connection for 8500
E1014 11:55:13.586378 18036 portforward.go:400] an error occurred forwarding 8500 -> 8500: error forwarding port 8500 to pod 2c58d13a21d323cbaa9b3322023571f55965a2f164c7e756b640e305d802b94a, uid : exit status 1: 2021/10/14 09:55:13 socat[1528988] E connect(5, AF=2 127.0.0.1:8500, 16): Connection refused
Handling connection for 8500
~/dc1 » kubectl port-forward consul-server-0 5000:443
Forwarding from 127.0.0.1:5000 -> 443
Forwarding from [::1]:5000 -> 443
Handling connection for 5000
E1014 11:53:48.119002 18003 portforward.go:400] an error occurred forwarding 5000 -> 443: error forwarding port 443 to pod 2c58d13a21d323cbaa9b3322023571f55965a2f164c7e756b640e305d802b94a, uid : exit status 1: 2021/10/14 09:53:48 socat[1526965] E connect(5, AF=2 127.0.0.1:443, 16): Connection refused
now i am not sure exactly how the helm chart is configured but where is the actual UI?