第一种:NodePort类型
type: NodePort
ports:
- port: 80
targetPort: 80
nodePort: 30008
第二种:ClusterIP类型
type: ClusterIP
ports:
- port: 80
targetPort: 80
https://10.0.0.11:8080/api/v1/proxy/namespaces/命令空间/services/service的名字/
https://10.0.0.11:8080/api/v1/proxy/namespaces/qiangge/services/wordpress第一种:NodePort类型
type: NodePort
ports:
-