Skip to content

Instantly share code, notes, and snippets.

@mateobur
Created March 1, 2019 11:59
Show Gist options
  • Save mateobur/1cd2a0c9f625ec37077f1e2a9f7da89d to your computer and use it in GitHub Desktop.
Save mateobur/1cd2a0c9f625ec37077f1e2a9f7da89d to your computer and use it in GitHub Desktop.
Kubernetes monitoring, metadata for a pod
$ kubectl describe pod db-6b8968c69-dq2v2
Name: db-6b8968c69-dq2v2
Namespace: example-voting-app
Node: ip-10-0-0-12.ec2.internal/10.0.0.12
Controlled By: ReplicaSet/db-6b8968c69
Labels: app=example-voting-app
name=db
pod-template-hash=264524725
role=sqldb
IP: 10.129.0.140
(output not relevant for this example ommited)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment