How To Get Traefik to proxy 0.0.0.0:80 and 0.0.0.0:443? #3168
Unanswered
JohnGalt1717
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I need to be able to have my k8s cluster visible on the dev machine's local network on 80 and 443 (and indeed bound to 0.0.0.0 all) so that test devices (android/ios/windows/mac physical and emulators) can connect and we can debug directly in the k8s cluster (we use Bridge to Kubernetes)
Our devs are using Ubuntu 22.04 and I can't for the life of me figure out how to get traefik (or any other ingress) to listen on anything other than 127.0.0.1 and definitely not 80/443.
I've tried to use PREROUTING on ip tables to no avail
Beta Was this translation helpful? Give feedback.
All reactions