当在外部需要直接连接pod服务时,可以通过添加路由的方法直接突破
route add -net 10.42.100.0/24 gw 10.142.11.47
route add -net pod内网网段.0/24 gw pod所在IP
当在外部需要直接连接pod服务时,可以通过添加路由的方法直接突破
route add -net 10.42.100.0/24 gw 10.142.11.47
route add -net pod内网网段.0/24 gw pod所在IP