I have a thread-heavy JAVA application running in kubernetes and getting RejectedExecutionException
for very few of the requests in one environment. Upon checking pod status, few pods is restarting intermittently due to some connection issues.
Whereas the application is working fine in other environments even in more load.
Can anyone suggest, if this could be because of pod restart. I am new to kubernetes, any help would be appreciated.