@@ -126,8 +126,9 @@ have another `Pod` that consumes this `Service` by name you would get something
|
|||||||
like:
|
like:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
u@pod$ wget -qO- hostnames
|
u@pod$ wget -O- hostnames
|
||||||
wget: bad address 'hostname'
|
Resolving hostnames (hostnames)... failed: Name or service not known.
|
||||||
|
wget: unable to resolve host address 'hostnames'
|
||||||
```
|
```
|
||||||
|
|
||||||
So the first thing to check is whether that `Service` actually exists:
|
So the first thing to check is whether that `Service` actually exists:
|
||||||
|
|||||||
Reference in New Issue
Block a user