kubectl logs from code example
Example 1: kubectl get logs of deployment
kubectl logs -f deployment/
or
kubectl logs deployment/
Example 2: kubectl logs with grep
kubectl log bino | grep "error unable-to-access-website" >> John/Doe/Bino/log.txt