I am new to kubernetes. I have an issue in the pods. When I run the command
kubectl get pods
Result:
NAME RE
In case of not having the yaml file:
kubectl get pod PODNAME -n NAMESPACE -o yaml | kubectl replace --force -f -