Running the Elastic Stack on Kubernetes with ECK

Поделиться
HTML-код
  • Опубликовано: 2 дек 2024

Комментарии • 9

  • @MdIrfan-ip9be
    @MdIrfan-ip9be 3 года назад +2

    how to access or send request to elasticsearch cluster from other container (POD which is running different application for ex. nodejs).

  • @georgelza
    @georgelza 3 года назад +1

    ... I see the crd's and assuming the operator pod are all created inside the elastic-system namespace...
    but looking at the quickstart, no where is it implying into which namespace to push it to... would it make sense to do it into a different namespace and leave elastic-system for the operator, back end supporting bits or is engineering happy that we create our clusters inside it also, thinking a separate ns is best, then you can create multiple clusters, if you want to for whatever strange idea... each isolated from each other and from the operator bits ?

  • @thaunghtikeoo7746
    @thaunghtikeoo7746 3 года назад +4

    any video for user authentication ?

    • @tonycavanagh1929
      @tonycavanagh1929 2 года назад

      I was hoping this one would use that. A major change and no real tutorials

  • @nguyenhoangviet4710
    @nguyenhoangviet4710 2 года назад

    I tried deploying ECK quickstart to my k8s cluster but it can't create persistent volume

  • @ojasio
    @ojasio 3 года назад

    If I delete master node with ECK deployed elasticsearch, it cant connect to existing cluster but if an update happens to an Elasticsearch CRD it can patch the master node by restarting it. how does it work? what if due to some reason master node goes down would it be able to pickup from there ? because deleting it manually runs into all sorts of issue.

    • @Elastic
      @Elastic 3 года назад

      Hi Ojas! That's a great question for discuss.elastic.co or our public slack workspace (ela.st/slack). Both of those spaces are monitored by technical folks, unlike this comment section :)

  • @bobby07241
    @bobby07241 3 года назад

    Why elastic eck needs privilege SCC in openshift ?

    • @sebastienguilloux2752
      @sebastienguilloux2752 3 года назад

      ECK itself doesn't need privileged SCC. You also don't need a privileged SCC to deploy Elasticsearch, Kibana, APM Server, or Enterprise Search. The only place where you do need a privileged SCC is to deploy Beats or Agent in order to collect logs and metrics on your Kubernetes cluster. See www.elastic.co/guide/en/cloud-on-k8s/master/k8s-openshift-beats.html.