-
Notifications
You must be signed in to change notification settings - Fork 393
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
We hosted kubernetes cluster on single node ,deployed the colorapp.yaml to get the app running .
Failing to get the desired results.
root@curler-65d5db4cd9-mz9c2:/# bash
root@curler-65d5db4cd9-mz9c2:/# echo ${SERVICES_DOMAIN}
default.svc.cluster.local
root@curler-65d5db4cd9-mz9c2:/# curl -s http://colorgateway.${SERVICES_DOMAIN}:9080/color
root@curler-65d5db4cd9-mz9c2:/# curl -v -s http://colorgateway.${SERVICES_DOMAIN}:9080/color
- Hostname was NOT found in DNS cache
- Trying 10.96.163.227...
- connect to 10.96.163.227 port 9080 failed: Connection timed out
- Failed to connect to colorgateway.default.svc.cluster.local port 9080: Connection timed out
- Closing connection 0
We used proxy configuration but unable to resolve the hostname.
Network Error (dns_unresolved_hostname)
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working