Skip to content

Instantly share code, notes, and snippets.

@acumenix
Forked from mateobur/kubernetesmetadata.txt
Created March 15, 2020 05:49
Show Gist options
  • Save acumenix/56d5bd01fd43f49b17c5217ce2eaccfa to your computer and use it in GitHub Desktop.
Save acumenix/56d5bd01fd43f49b17c5217ce2eaccfa 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