Update dmuc.md

typo fixes
This commit is contained in:
Bridget Kromhout
2019-04-20 13:06:10 -05:00
committed by GitHub
parent b92da2cf9f
commit f272df9aae

View File

@@ -734,7 +734,7 @@ This won't work. We need kube-proxy to enable internal communication.
.exercise[
- Check again the Service's ClusterIP, and retry connecting:
- Check the Service's ClusterIP again, and retry connecting:
```bash
kubectl get service web
curl http://`X.X.X.X`
@@ -761,7 +761,7 @@ class: extra-details
iptables -t nat -L OUTPUT
```
- Traffic is sent to `KUBE-SERVICES`, check that too:
- Traffic is sent to `KUBE-SERVICES`; check that too:
```bash
iptables -t nat -L KUBE-SERVICES
```