- **Stream Logs for a Running Pod** ```bash kubectl logs -f -n ``` ```bash kubectl logs -f -n -c ``` - **Get Detailed Information About a Pod** ```bash kubectl describe pod -n ``` in log swith the pod need to be up but in describe dont need to pod be up describe work on all components