Use Helm 3 to Install ELK Stack on Minikube in 10 Mins

แชร์
ฝัง
  • เผยแพร่เมื่อ 3 ก.พ. 2025

ความคิดเห็น • 26

  • @matteyamar
    @matteyamar 3 หลายเดือนก่อน +1

    I have been trying some other instructions from LLMs and google/medium topics I keep getting stuck at kibana not installing properly, I followed this video and was able to get the setup in first try, thanks Lian for such a great help

  • @mrproteinz
    @mrproteinz 3 ปีที่แล้ว +2

    This tutorial saved me hours of searching

  • @karl-heinzpeters7283
    @karl-heinzpeters7283 2 ปีที่แล้ว +1

    Great! It works.

  • @ervispojana118
    @ervispojana118 ปีที่แล้ว

    Hello professor, i cant access kibama, cause i dont have the user and pass. How can i get it!!

    • @TechwithLian
      @TechwithLian  ปีที่แล้ว

      did you use imageTag=7.15.0?

  • @amseshu4u
    @amseshu4u 2 ปีที่แล้ว

    Lian, thanks for the nice explanation. One thing I found missing the security part to create users and roles.
    Actually I want to impersonate the users, roles, role mapping to test the access. In this it's missing, could you help in explaining how to plug this in this deployment? It would be really helpful for me.

    • @TechwithLian
      @TechwithLian  2 ปีที่แล้ว +1

      The video has role detail: Kubernetes Security Role Based Access Control | Hands-on Demo using RBAC fix ELK Deployment Issue(th-cam.com/video/r05cPdoLoLw/w-d-xo.html). If you still have questions, please let me know.

    • @TechwithLian
      @TechwithLian  2 ปีที่แล้ว +1

      and Role-based Access Control(helm.sh/docs/topics/rbac/)

    • @TechwithLian
      @TechwithLian  2 ปีที่แล้ว +1

      For example, run helm create RBACTest , and change serviceAccount of values.yaml, next change serviceaccount.yaml in templates folder

    • @amseshu4u
      @amseshu4u 2 ปีที่แล้ว

      Hi Lian, Thanks for your response.
      I am talking about users, roles, roles mapping as part of security feature inside ELK.. what I want to achieve.. use this helm3 deployment.. but want to create different test users, roles and permissions in ELK and test with their login.
      For example.. In ELK I login with dev_user where i have provided him readonly accesss.. as an devops admin want to ensure permissions are working as expected.. likewise for other users..business_user, dashboard_only user...etc

    • @amseshu4u
      @amseshu4u 2 ปีที่แล้ว

      @Lian Now the thing is I am able to deploy successfully the ELK using helm3 but no login feature in elastic available.. its directly loading home or spaces.. I want login feature in elastic to enabled as part of this.. and want to create multiple user logins to test their roles and permissions in ELK

  • @rajaduraim1159
    @rajaduraim1159 2 ปีที่แล้ว

    In kibana 8.00 version Index patterns has been renamed to data views

    • @TechwithLian
      @TechwithLian  2 ปีที่แล้ว +1

      Good to know! Thanks

    • @TechwithLian
      @TechwithLian  2 ปีที่แล้ว +1

      I'll plan to upgrade the video.

    • @wag103
      @wag103 ปีที่แล้ว

      upgrade it pls
      @@TechwithLian

  • @jdnielss
    @jdnielss 2 ปีที่แล้ว

    0/1 nodes are available: 1 node(s) didn't find available persistent volumes to bind.

    • @TechwithLian
      @TechwithLian  2 ปีที่แล้ว

      Could share your ENV detail? did you enable default-storageclass and storage-provisioner in Minikube?

    • @jdnielss
      @jdnielss 2 ปีที่แล้ว

      @@TechwithLian i use AWS EKS, i download values from kubernetes-kind

    • @TechwithLian
      @TechwithLian  2 ปีที่แล้ว

      @@jdnielss how did you do below item?
      "
      Note that Kind < 0.7.0 are affected by a kind issue with mount points created from PVCs not writable by non-root users. kubernetes-sigs/kind#1157 fix it in Kind 0.7.0.
      The workaround for Kind < 0.7.0 is to install manually Rancher Local Path Provisioner and use local-path storage class for Elasticsearch volumes (see Makefile instructions).
      Usage
      For Kind >= 0.7.0: Deploy Elasticsearch chart with the default values: make install
      For Kind < 0.7.0: Deploy Elasticsearch chart with local-path storage class: make install-local-path"

    • @jdnielss
      @jdnielss 2 ปีที่แล้ว

      ohh, do you have a video tutorial? I'm confused

    • @jdnielss
      @jdnielss 2 ปีที่แล้ว

      @@TechwithLian i installed using helm3 from github, and get error Readiness probe failed: Waiting for elasticsearch cluster to become ready (request params: "wait_for_status=green&timeout=1s" )
      Cluster is not yet ready (request params: "wait_for_status=green&timeout=1s" )

  • @TechwithLian
    @TechwithLian  2 ปีที่แล้ว

    All, please add --set imageTag=7.15.0 in "helm install elasticsearch" command

  • @nachoci6876
    @nachoci6876 2 ปีที่แล้ว

    Im getting
    "Error: INSTALLATION FAILED: template: elasticsearch/templates/statefulset.yaml:303:27: executing "elasticsearch/templates/statefulset.yaml" at : can't evaluate field master in type interface {}"

    • @TechwithLian
      @TechwithLian  2 ปีที่แล้ว

      please try to add the below item into values.yaml.
      roles:
      master: "true"

    • @nachoci6876
      @nachoci6876 2 ปีที่แล้ว

      @@TechwithLian Hey thanks for the reply! I will try, many thanks Lian!