--- apiVersion: v1 kind: Service metadata: name: dev namespace: dev spec: type: NodePort selector: app.kubernetes.io/name: cecfdev ports: - protocol: TCP port: 22 nodePort: 30620 name: "ssh" - protocol: TCP port: 8686 nodePort: 30621 name: "service-1" - protocol: TCP port: 8687 nodePort: 30622 name: "service-2" - protocol: TCP port: 8688 nodePort: 30623 name: "service-3"