kubectl get pod {pod_name} -n {namespace} -o yaml | kubectl replace --force -f- 하면 기존 pod가 삭제되고 새로 pod가 대체되어 시작된다.
kubectl get pod {pod_name} -n {namespace} -o yaml | kubectl replace --force -f-