创建文件 Kubectl create -f mysql-svc.yaml

apiVersion: v1
kind: Service
metadata: 
  name: mysql1
spec:
  type: NodePort
  ports:
    - port: 3307
      nodePort: 32307
      targetPort: 3306
  selector: 
    app: mysql

然后看,发现有了

Logo

开源、云原生的融合云平台

更多推荐