Amazon EKS (k8s) namespace cannot be deleted (stuck terminating status)
Oct 18, 2024 · 2 min read · 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...
Join discussion