Hi all!
I have a Pod with a Java application running, but sometimes (not always) when I run a ‘kubectl apply’ changing the deployment, the pod terminates with “Reason: Error” and “Exit code: 143” on the application container. The new pod is created successfully and everything ends whith no problems.
The 143 exit code is related to a SIGTERM sended to the application container. But the container shutdown gracefully (even the logs are clean).
Despite this, the termination reason is still “Error”
This situation causes some alarms to be lanunched, but the pod was redeployed successfully
What is the reason for that? Or is there a way to prevent the 143 exit code?
Thanks in advance to all!
Cluster information:
Kubernetes version: 1.21