Can NGF work using kind and localtest.me domain = 127.0.0.1 ? #2901
Unanswered
cmoulliard
asked this question in
Q&A
Replies: 1 comment 12 replies
-
We need to port forward to the nginx service so that it can be accessed by the localhost, please try the following commands: kubectl -n nginx-gateway port-forward svc/{your ngf service name} 8080:80 & |
Beta Was this translation helpful? Give feedback.
12 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I try to configure NGF on a kind cluster using localhost (= *.localtest.me) as IP address to access the URLs of the microservices but that fails. Help is more than welcome ;-)
Here are the steps I followed
But curl request failed
What is wrong with the config ?
Beta Was this translation helpful? Give feedback.
All reactions