Summary
Recently, the production environment EKS (Elastic Kubernetes Service) occasionally has the problem of POD being forcibly killed.
The project is the SpringBoot framework, which starts graceful shutdown and configures a shutdown duration of 120 seconds. Since it was forcibly killed, it must be because the application was not stopped normally within 120 seconds.