Rebasing
This commit is contained in:
14
Istio/00-Troubleshooting/README.md
Normal file
14
Istio/00-Troubleshooting/README.md
Normal file
@ -0,0 +1,14 @@
|
||||
IDK put some text in thQereSQ
|
||||
|
||||
|
||||
|
||||
### Start the packet capture process
|
||||
|
||||
```shell
|
||||
$ kubectl exec -n default "$(kubectl get pod -n default -l app1 =helloworld -o jsonpath={.items..metadata.name})" -c istio-proxy -- sudo tcpdump dst port 80 -A
|
||||
tcpdump: verbose output suppressed, use -v[v]... for full protocol decode
|
||||
listening on eth0, link-type EN10MB (Ethernet), snapshot length 262144 bytes
|
||||
```
|
||||
|
||||
|
||||
### Logs
|
Reference in New Issue
Block a user