Created
July 31, 2022 19:21
-
-
Save khaliqgant/68301bc92c67b72a0c39b2fd1102e510 to your computer and use it in GitHub Desktop.
[Kubernetes Copy] Kubernetes Copy To & From Host #kubernetes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# From pod to host | |
kubectl cp jigasi-767f64f5bf-zjvfv:/config/log/jitsi0.pcap jigasi.pcap | |
# From host to pod | |
kubectl cp dev.dump database-777b9f9c4-p6g4s:/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment