kubectl logs of pod code example
Example 1: find logs in kubernetes pods
kubectl logs elasticsearch-master-1 --since=2m --timestamps
Example 2: kubectl logs with grep
kubectl log bino | grep "error unable-to-access-website" >> John/Doe/Bino/log.txt