2020-05-24 kubectl exec でリダイレクトがつかいたい Kubernetes こんなかんじ echo 'wawawa' | kubectl exec -i ポッド名 -- /bin/sh -c '/bin/cat > /user/kabegiwa/wawawa.txt'