Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save acumenix/21ef1ca4a2d55ea0ac045babb6f7d912 to your computer and use it in GitHub Desktop.
Save acumenix/21ef1ca4a2d55ea0ac045babb6f7d912 to your computer and use it in GitHub Desktop.
Kubernetes monitoring, metadata for service
$ 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