Skip to content

Instantly share code, notes, and snippets.

@mateobur
Created March 1, 2019 12:05
Show Gist options
  • Save mateobur/f6f66b5219f88f3d3e0fd3f0313e06f7 to your computer and use it in GitHub Desktop.
Save mateobur/f6f66b5219f88f3d3e0fd3f0313e06f7 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