small backup cause things work and scared of proceeding without modifying anything, also say hi to my registry at home

This commit is contained in:
savagebidoof
2023-04-25 00:16:52 +02:00
parent de80fadf2a
commit 4bb07eebce
30 changed files with 2564 additions and 0 deletions

View File

@ -55,6 +55,8 @@ Warning [IST0104] (Gateway default/helloworld-gateway) The gateway refers to a p
Target a pod and start a packet capture on the istio-proxy container.
This step requires istio to be installed with the flag `values.global.proxy.privileged=true`
```shell
$ kubectl exec -n default "$(kubectl get pod -n default -l app=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