Set namespace
kubectl config set-context --current --namespace=tsp


Restart pod
kubectl rollout restart deployment servicename


Get all pods
kubectl get pods --all-namespaces