# kubectl get pod <pod_name> -n <namespace> -o yaml | kubectl replace --force -f- # 예) # kubectl get pod mysql-0 -n mysql-clusters -o yaml | kubectl replace --force -f-