Saving logs
In some troubleshooting cases, it may be of interest to have a look at the logs generated for a failing container. In order to save logs to a file, kubectl logs
can be used to retrieve the logs of a particular pod. An example command is:
Last updated