Hi!
We do have a Service Running on K8S services. Which was developed using Python(Flask), There we use SQL, Redis, and DataStore also. Recently when checking we got to know that service is getting restarted one or few times daily. But the Memory and CPU limits aren’t overused. Also on the Code level side, we didn’t find any issue regarding this restart issue.
Are there any solutions that we can try to fix this restart issue on this service. ?
Note: This service gets called on its “/health” endpoint time-to-time, but for that req, the service also sends a response.