Skip to content

Using Traefik's IngressRoute object #1026

Answered by iwilltry42
bayeslearner asked this question in Q&A
Discussion options

You must be logged in to vote

I just gave this a try (just using 8443 instead of 443 on my machine as it's in use already):

$ curl -k https://whoami.192.168.1.97.nip.io:8443
Hostname: whoami-645d767f47-4q2bl
IP: 127.0.0.1
IP: ::1
IP: 10.42.1.3
IP: fe80::50db:5dff:fe57:fbf3
RemoteAddr: 10.42.3.3:46822
GET / HTTP/1.1
Host: whoami.192.168.1.97.nip.io:8443
User-Agent: curl/7.81.0
Accept: */*
Accept-Encoding: gzip
X-Forwarded-For: 10.42.3.1
X-Forwarded-Host: whoami.192.168.1.97.nip.io:8443
X-Forwarded-Port: 8443
X-Forwarded-Proto: https
X-Forwarded-Server: traefik-74dd4975f9-74qzn
X-Real-Ip: 10.42.3.1

I also see the Route in the Traefik dashboard:

Replies: 4 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@iwilltry42
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by iwilltry42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
bug Something isn't working
2 participants
Converted from issue

This discussion was converted from issue #960 on March 24, 2022 16:30.