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.