Debugging im Pod (tcpdump muss installiert sein):

kubectl exec my-app-pod -c nginx -- tcpdump -i eth0 -w - | wireshark -k -i -

Debugging auf dem Node

kubectl debug node/ip-10-250-104-130.eu-central-1.compute.internal -it --image=ubuntu -n default
kubectl exec -n default *debug pod name* -- tcpdump -i any -w - | wireshark -k -i -

GGF lokal Userrechte für Wireshark setzen:

sudo usermod -a -G wireshark $USER

Schreibe einen Kommentar