-
-
Save acumenix/21ef1ca4a2d55ea0ac045babb6f7d912 to your computer and use it in GitHub Desktop.
Kubernetes monitoring, metadata for service
This file contains hidden or 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 describe service result | |
Name: result | |
Namespace: example-voting-app | |
Labels: name=result | |
Annotations: <none> | |
Selector: app=example-voting-app,name=result,role=resultapp | |
Type: ClusterIP | |
IP: 172.30.225.249 | |
Port: <unset> 80/TCP | |
TargetPort: 80/TCP | |
Endpoints: 10.128.2.146:80,10.129.0.141:80,10.131.0.133:80 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment