I deployed an EFK stack on a 3 Node Kubernetes cluster (kind cluster). The Cluster is also running a custom app that I intend to monitor through the stack. All Pods are running. I can access Kibana at: <Any_NodeIP><Kibana_Nodeport> but I cannot access Elastic searach at port 9200. I am getting the following message "Couldn't find any Elasticsearch data" When I access Kibana.
When I do: curl -X GET http://localhost:9200, I get the following error:
curl: (7) Failed to connect to localhost port 9200: Connection refused
Can anyone help me?