apiVersion: v1 kind: Service metadata: name: memcached spec: type: NodePort ports: - port: 11211 protocol: TCP selector: app: memcached