Relative Content

Tag Archive for kubernetesamazon-eksaws-fargateamazon-ecr

Pods are getting recreated due to the fargate node in EKS

I am running my workload in EKS Cluster using Fargate node and it runs successfully but intermittently I see my fargate nodes are recreated from AWS so the Kubernetes statefulset and deployment running in fargate gets recreated which brings error in my application because my Kubernetes statefulset and deployment needs to be created in sequential manner but it’s not happening in this case therefore I want to understand why the fargate nodes which my application is using gets updated intermittently and how can I avoid this issue in future.