Last active
September 30, 2019 07:55
-
-
Save j-zimnowoda/b0a6b1fedb82ac5ffdc83b55c36f5a77 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ kubectl get service web -o yaml | |
apiVersion: v1 | |
kind: Service | |
spec: | |
clusterIP: <s-ip> | |
ports: | |
- nodePort: <n-port> | |
port: <s-port> | |
targetPort: <p-port> | |
type: NodePort |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment