Skip to content
Discussion options

You must be logged in to vote

You're successfully connected to the Wiredoor server. Now let’s check DNS resolution:

  1. Can you exec into the pod and run the following command?
kubectl -n default exec -it my-wiredoor-gateway-xxxxxxxxx-xxxxx -- sh
nslookup nginx-service.default.svc.cluster.local
  1. Then, check that the resolved IP is within the subnet you configured for the gateway.
  2. You can also verify that the service is responding correctly by running:
curl -I http://nginx-service.default.svc.cluster.local:80

If the IP is part of the subnet and the service responds as expected, you can safely configure it in Wiredoor using nginx-service.default.svc.cluster.local as backend host and port 80

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@luna-dj
Comment options

@dmesad
Comment options

@luna-dj
Comment options

@dmesad
Comment options

Answer selected by dmesad
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants