I have been working on Kubernetes for quite some time now and i am planning of writing blogs about issues which made me google the hell out.
To start the series, I am gonna write about the most common and annoying issue which i faced early on was the namespaces getting stuck in terminating state which wont budge even after clearing everything inside it.
kubectl get namespaces <namespace> -ojson > tmp.json
2. Edit the tmp.json file generated in previous step and remove…