-
I am beginner to the kubernetes enviornment. Thank you |
Beta Was this translation helpful? Give feedback.
Answered by
sjberman
Jan 5, 2024
Replies: 1 comment 7 replies
-
This is the IP of the Service that you create for NGINX Gateway Fabric. See the guide here for exposing NGF. If you use a port-forward to your local machine, then you would just use 127.0.0.1. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If running on a local kind environment, I find it easiest to use port-forwarding. For example,
kubectl -n nginx-gateway port-forward svc/<your-ngf-service> 8080:80
Then you use IP 127.0.0.1 and port 8080.