I use the chart https://github.com/elastic/helm-charts, version 7.7.1 installed elasticsearch, kibana and logstash into Kubernetes. helm version is 2.16.10. Kubernetes version is 1.16 (eks). I use default settings.
Hi @melissajenner22,
With the default values, kibana is not reachable from outside of the K8S cluster and you would need to create a port forward to access it using kubectl port-forward svc/kibana-kibana 5601.
If you want to expose Kibana outside of your cluster, you should configure service value to configure a NodePort or LoadBalancer.
Note that you can also use ingress value to configure an Ingress resource.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.