Amazon web services – How to check ephemeral storage that is allocated to EKS node
How to check ephemeral storage that is allocated to EKS node using kubectl command? I have tried the following: I tried describing the node using kubectl describe node <node-name> which gave lot of info, out of which following is the…