I have a kubernetes pod stuck in \"Terminating\" state that resists pod deletions
NAME READY STATUS RES
Try removing the finalizers from the pod:
kubectl patch pod funny-turtle-myservice-xxx-yyy -p '{"metadata":{"finalizers":null}}'