I would like to automate the installation of Elasticsearch via ECK on a cloud provider via helm.
I don't want to prematurely go and install the custom kubernetes resource of kind: Elasticsearch
before the operator is fully initialized and running.
So my question is what guarantees ECK
is fully up and running ? Asking this so that I could test for that before proceeding to install Elasticsearch
Appreciate any response.