Fri. Nov 21st, 2025

Note:

kubectl cp <namespace>/<name of pod>:<file path in the container> <local path>

Reversely

kubectl cp <local path> <namespace>/<name of pod>:<file path in the container>