Pages

Bài đăng phổ biến

Showing posts with label [Kubernetes] [k8s] How to restart a pod ?. Show all posts
Showing posts with label [Kubernetes] [k8s] How to restart a pod ?. Show all posts

Saturday, September 10, 2022

[Kubernetes] [k8s] How to restart a pod ?

Have a way to ensure no application downtime is to use : 

kubectl -n <namespace> rollout restart deployment <deployment_name|statefulset_name> .

Nguyen Si Nhan .