-
-
Save acumenix/56d5bd01fd43f49b17c5217ce2eaccfa to your computer and use it in GitHub Desktop.
Kubernetes monitoring, metadata for a pod
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 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