Service的作用和特点
Pod与Service的关系
ClusterIP用于集群内部访问
port :80 指的是 通过clusterIP访问的端口
targetPort : 80 指的的容器的端口
创建一个type为NodePort类型的Service
LoadBalancer适合于云平台