Runaway Resource Usage

Hi!

I've deployed a cluster following this guide to Kubernetes in GKE. One of my ES nodes was evicted for using too much memory.


I wasn't running anything overnight on the cluster. How can I ensure Elasticsearch doesn't get evicted in the future?

One thing I should add is that I had turned on stack monitoring.

Hi @j-rewerts you can configure resource request/limits, as well as JVM heap size, as described in the latter half of this sample:


Let us know if you have any questions