kubectl run --generator=run-pod/v1 tmp-shell --rm -i --tty --image nicolaka/netshoot -- /bin/bash gcloud ssh ... docker ps --format='{{.ID}} {{.Names}}' kubectl run --generator=run-pod/v1 tmp-shell --rm -i --tty --image nicolaka/netshoot -- /bin/bash sudo iptables-save > a && vim a && sudo iptables-restore < a % mvalais@gke-august-period-micro-g961 ~ $ vmstat -SM 1 10 procs -----------memory---------- ---swap-- -----io---- -system-- ------cpu----- r b swpd free buff cache si so bi bo in cs us...