How to send the logs from kubernetes pod to host pc How to send the logs from kubernetes pod to host pc kubernetes kubernetes

How to send the logs from kubernetes pod to host pc


You can use kubectl cp command.

kubectl cp default/<some-pod>:/logs/app.log app.log