List of questions
Related questions
Question 144 - Professional Cloud DevOps Engineer discussion
Your company runs applications in Google Kubernetes Engine (GKE). Several applications rely on ephemeral volumes. You noticed some applications were unstable due to the DiskPressure node condition on the worker nodes. You need to identify which Pods are causing the issue, but you do not have execute access to workloads and nodes. What should you do?
A.
Check the node/ephemeral_storage/used_bytes metric by using Metrics Explorer.
B.
Check the metric by using Metrics Explorer.
C.
Locate all the Pods with emptyDir volumes. use the df-h command to measure volume disk usage.
D.
Locate all the Pods with emptyDir volumes. Use the du -sh * command to measure volume disk usage.
Your answer:
0 comments
Sorted by
Leave a comment first