Hi all. We connect to ElasticSearch via credentials which are managed externally and are regularly regenerated, causing us to lose our connection in a running GMS container.
Is there a health check in GMS which checks we have a valid, authenticated connection to ElasticSearch? If GMS died when we lost connection to ElasticSearch then k8s would just start it up again with the new credentials. Right now we just have a regular restart which is less than ideal.