Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
tak2siva committed Nov 19, 2018
1 parent 39ca5ff commit 09a8f61
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ Cool thing about namespaces is that you can switch between them. You can enter a

* **Network's Network Namespace:** If you want to troubleshoot a Docker network, you can enter the network's namespace using `nsenter`. This is explained in the `nsenter` section below.

**Kubernetes:** If you want to spin up a throw away container for debugging.

`$ kubectl run tmp-shell --rm -i --tty --image nicolaka/netshoot -- /bin/bash`

**Network Problems:** Many network issues could result in application performance degradation. Some of those issues could be related to the underlying networking infrastructure(underlay). Others could be related to misconfiguration at the host or Docker level. Let's take a look at common networking issues:

* latency
Expand Down

0 comments on commit 09a8f61

Please sign in to comment.