kubernetes的三种外部访问方式:NodePort、LoadBalancer和Ingress 发布于 2021-02-01 当我们使用k8s集群部署好应用的Service时,默认的Service类型是ClusterIP,这种类型只有 Cluster 内的 …