Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
How can you identify which Pods are causing DiskPressure node conditions in your GKE cluster when you lack execute access to workloads and nodes, given that several applications rely on ephemeral volumes?
A
Check the node/ephemeral_storage/used_bytes metric by using Metrics Explorer.
B
Check the container/ephemeral_storage/used_bytes 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 df -sh * command to measure volume disk usage.