apiVersion: v1 kind: Service metadata: name: redis spec: selector: name: redis ports: - protocol: TCP # The service listens to incoming requests on this port ... port: 56379 # And forwards them to the container which listens on that port. targetPort: 6379