Skip to content
This repository was archived by the owner on Mar 24, 2025. It is now read-only.
Roman Klimenko edited this page May 8, 2023 · 1 revision

Get pod's external IP address

From the pod, run:

curl ifconfig.me

Get disk space

df -h

The -h is for "human-readable" output with base 2. For the base 10, use -H.

Clone this wiki locally