Hi all, when a Solr instance is started I would be sure all the indexes present are up and running, in other words that the instance is healthy. The healthy status (aka liveness/readiness) is especially useful when a Kubernetes SolrCloud cluster has to be restarted for any configuration management needs and you want to apply your change one node at a time. AFAIK I can ping only one index at a time, but there is no way out of the box to test that a bunch of indexes are active (green status). Have you ever faced the same problem? What do you think?
Best regards, Vincenzo -- Vincenzo D'Amore