# Service.yaml apiVersion: v1 kind: Service metadata: name: distribution-service namespace: distribution spec: type: LoadBalancer selector: # app.kubernetes.io/name: registry run: registry ports: - name: registry-tcp protocol: TCP port: 5000 targetPort: 5000 loadBalancerIP: 192.168.202.161