↧
Answer by Rico for Unable to get logs of Kubernetes cluster using EFK stack...
The log message means that Fluentd cannot reach your ElasticSearch cluster. Based on the link that you shared. You need to apply this service to expose your ElasticSearch cluster on port 9200 as...
View ArticleUnable to get logs of Kubernetes cluster using EFK stack on ubuntu
I am trying to do the log monitoring of my kubernetes cluster using Elasticsearch, Fluentd, and Kibana. Here is the link which I was followed in this task. I labeled the nodes with...
View Article