Hi All,
I have created Elasticsearch/kibana using eck operator. Although kibana pod is running, I see that readiness probe is failed i.e Readiness probe failed: HTTP probe failed with statuscode: 503. What could be reason for this? How can I over come this.
Kibana pod logs as follow:
{"type":"log","@timestamp":"2021-10-12T12:43:55Z","tags":["warning","Elasticsearch","admin"],"pid":1,"message":"Unable to revive connection: https://testing-es-http.elastic-clusters.svc:9200/"}
{"type":"log","@timestamp":"2021-10-12T12:43:55Z","tags":["warning","Elasticsearch","admin"],"pid":1,"message":"No living connections"}
I am unable to access kibana webUI not sure whether the above warning is causing it.