kubectl run -it --rm debug --image=alpine -- sh
kubectl run -it --rm debug --image=postgres:17-alpine -- bash
kubectl port-forward pod/alpine 4433:4433
kubectl label namespace default label-name-
kubectl delete mutatingwebhookconfiguration ecr-pull-through