Mysql Deployment / Mysql Svc

TrackKubernetes Learning Journey
Current SectionDeployments
Progress66 of 271
apiVersion: v1
kind: Service
metadata:
  name: mysql
spec:
  ports:
  - port: 3306
  selector:
    app: mysql
  clusterIP: None