Amazon EKS (k8s) namespace cannot be deleted (stuck terminating status)
outline
When you are trying to delete namespace of k8s, the status may become stuck in terminating, occasionally because of “finalizer” of k8s.
script
#!/bin/bash
# Define the stuck namespace as a variable
NAMESPACE=$1
# Check if the namespa...
ktg0210.hashnode.dev2 min read