Pods in Kubernetes can sometimes get stuck in the “Terminating” status, which means that they are being terminated but have not yet completed the process. This can happen for several reasons: Containers inside the pod are not terminating If a container inside the pod is not terminating, it can prevent the pod from being terminated. […]
The post Troubleshooting kubernetes pod get stuck in Terminating status appeared first on Shaun Yuan.