List all pods in current namespace
Show detailed info about a pod
Delete a pod
Get logs from a pod
kubectl logs <pod-name>
Fetches logs output for debugging.
Show logs for that pod
kubectl logs my-app-pod-1234
Logs for specific container
kubectl logs my-app-pod-1234 -c container1
Execute a command in a pod
View Apache access logs
View Apache error logs