K8s pods going in Evicted state while deploying Spring boot application

6/12/2021

I have a Spring boot application running on Kubernetes running on 3 pods. Recently after the deployment, old pods are not getting deleted, all of them are going in Evicted status.

From a few posts here, I understood, due to some disk space issue, they are going to Evicted state. But I cannot understand if it has anything to do with the Spring boot application.

Could anyone please help with any pointer? Thanks.

-- Joy
kubernetes
spring-boot

0 Answers