Problem Our spring-boot application is deployed in AWS EKS cluster(it is configured with istio, open-telemetry), everything is working fine. But after we upgrade tomcat-embed-core to 9.0.71 , the deployment fail because the health check always return 404. Hence the canary deployment pipeline has to rollback the POD. First thought Spent couple hours on…