Kubernetes

PHOTO EMBED

Tue Jan 11 2022 16:35:37 GMT+0000 (Coordinated Universal Time)

Saved by @rflores1515

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


Restart pod
kubectl rollout restart deployment servicename


Get all pods
kubectl get pods --all-namespaces
content_copyCOPY