how do I expose the ES/Kibana created by my ECK operator on K8s?

This page summarizes the projects mentioned and recommended in the original post on /r/elasticsearch

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • helm-charts

    Discontinued You know, for Kubernetes (by elastic)

  • apiVersion: networking.k8s.io/v1 kind: Ingress #https://kubernetes.io/docs/concepts/services-networking/ingress/ metadata: name: quickstart-es-http-ingress annotations: # nginx.ingress.kubernetes.io/rewrite-target: / #https://github.com/elastic/helm-charts/issues/779 https://stackoverflow.com/questions/68893838/ingress-for-eck-elasticsearch-not-working-502-gateway #kubernetes.io/ingress.class: nginx #think this is wrong for our class? kubernetes.io/tls-acme: "true" #nginx.ingress.kubernetes.io/proxy-ssl-secret: "resources/elastic-certificate-pem" #=> need to point to ES certificate pem. nginx.ingress.kubernetes.io/proxy-ssl-verify: "false" #=> must be false if you use elasticsearch-utils to generate CA. nginx.ingress.kubernetes.io/backend-protocol: "HTTPS" #=> must be HTTPS <- this one fixed it. spec: ingressClassName: public rules: - http: paths: - path: / pathType: Prefix backend: service: name: quickstart-es-http port: number: 9200

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts