K8s Cheats and insight

How to reboot a k8s pod/deployment

kubectl rollout restart deployment <deployment_name> -n <namespace>

How to show helm history

helm history -n <namespace> <deployment>