We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b0e920 commit 8f998bcCopy full SHA for 8f998bc
modules/guides/pages/debug-network-traffic.adoc
@@ -3,7 +3,7 @@
3
:tcpdump: https://www.tcpdump.org/
4
:mitmproxy: https://www.mitmproxy.org/
5
6
-You like know this problem: Some tools is behaving weird, and you need to debug (often times HTTP/HTTPS or DNS) traffic between Kubernetes Pods.
+You likely know this problem: Some tools is behaving weird, and you need to debug (often times HTTP/HTTPS or DNS) traffic between Kubernetes Pods.
7
If the tool would be running on a local machine, one would simply start {tcpdump}[`tcpdump`] and inspect the traffic.
8
Maybe use {mitmproxy}[`mitmproxy`] as a HTTPS proxy to re-encrypt the HTTPS traffic, so that it is readable.
9
0 commit comments