k8s修改iptables为ipvs
一条普通的 iptables 规则123456[root@k8s01 ~]# iptables -I INPUT -p tcp -m tcp --dport 22 -m comment --comment "allow SSH to this host from anywhere"
...
Stay Hungry,Stay Foolish