select namespace kubectl code example
Example 1: kubectl switch namespace command
kubectl config set-context --current --namespace=<insert-namespace-name-here>
# Validate it
kubectl config view --minify | grep namespace:
Example 2: kubectl logs with grep
kubectl log bino | grep "error unable-to-access-website" >> John/Doe/Bino/log.txt