View the list of open nodeports in the cluster

# netstat -nlpt  | grep -Po ':::\K\d+(?=.+kube-proxy)' | sort -rn | xargs -n8

32562 32223 32204 32171 31994 31704 31394 31111
30827 30698 30261 30080 30036 30029 30002 10256

Guess you like

Origin blog.csdn.net/yjk13703623757/article/details/108530605