Update debugging-services.md
parent
c4e1940170
commit
7bd4d8ba44
|
@ -352,7 +352,7 @@ they are running fine and not crashing.
|
||||||
|
|
||||||
The `-l app=hostnames` argument is a label selector - just like our `Service`
|
The `-l app=hostnames` argument is a label selector - just like our `Service`
|
||||||
has. Inside the Kubernetes system is a control loop which evaluates the
|
has. Inside the Kubernetes system is a control loop which evaluates the
|
||||||
selector of every `Service` and save the results into an `Endpoints` object.
|
selector of every `Service` and saves the results into an `Endpoints` object.
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
$ kubectl get endpoints hostnames
|
$ kubectl get endpoints hostnames
|
||||||
|
|
Loading…
Reference in New Issue