ELK ( EFK ) with Kubernetes Cluster - Mithun Technologies - 99809232226

Поділитися
Вставка
  • Опубліковано 15 жов 2024

КОМЕНТАРІ • 35

  • @InspiringOrigins
    @InspiringOrigins 3 роки тому +3

    I saw so many lectures regarding EFK but they stopped with installation but here i learnt how to search the logs and how to customize the searches. Thank you sir

  • @Fayaz-Rehman
    @Fayaz-Rehman 3 роки тому +1

    The best ever video on kubernetes monitoring - thank you

  • @bhagwatkushwaha4458
    @bhagwatkushwaha4458 3 роки тому

    very helpful and understandble step by step setup... thank you

  • @kumaranil181
    @kumaranil181 4 роки тому +2

    The F in EFK stands for Fluentd but this one is with Beat.. so am confused wrt EFK definition. Could you please elaborate ?

  • @selvathalapathys
    @selvathalapathys 4 роки тому +3

    Thanks Balaji Sir. I was waiting for this video.

  • @venkatramana4397
    @venkatramana4397 3 роки тому

    thanks for this video. by seeing this video i have done implementation in my compeny

  • @fz-ssaravanan2036
    @fz-ssaravanan2036 4 роки тому +3

    Your videos was very awesome.. here we are seeing our kubernetes log to visualize using kibana it's fine.. but imagine we have custom logs which wrote by developer in some path. How will we mentioned that path in filebeat and how to see in kibana??? Can you show that or give some idea.. thanks I'm advance... And finally very big salute for your videos.. it's very easily understandable thank you so mach I learned lot mostly from your videos only...

    • @mithuntechnologies6082
      @mithuntechnologies6082 4 роки тому +6

      FileBeat will ship the container logs from /var/log/containers/*.log. These contains STDOUT & STDERROR what is written to console. If developer is using console appenders in Log framework. All these will be part or your container logs . If developer is writing to file (File Appender). We can give log files path to FileBeat. FileBeat will use config map. We can update the config map to mention the log file paths.
      If you want to update.
      1) Get FileBeat helm chart values file.
      helm show values elastic/filebeat >> filebeat.values
      2) Update values file
      # Default settings
      # Allows you to add any config files in /usr/share/filebeat
      # such as filebeat.yml
      filebeatConfig:
      filebeat.yml: |
      filebeat.inputs:
      - type: container
      paths:
      - /var/log/containers/*.log
      processors:
      - add_kubernetes_metadata:
      host: ${NODE_NAME}
      matchers:
      - logs_path:
      logs_path: "/var/log/containers/"
      You can update filePaths
      # Allows you to add any config files in /usr/share/filebeat
      # such as filebeat.yml
      filebeatConfig:
      filebeat.yml: |
      filebeat.inputs:
      - type: container
      paths:
      - /var/log/containers/*.log
      - /usr/local/*.log # Custom Path
      processors:
      - add_kubernetes_metadata:
      host: ${NODE_NAME}
      matchers:
      - logs_path:
      logs_path: "/var/log/containers/"
      3) Install FileBeat with Updated values file.
      helm install filebeat elastic/filebeat -f filebeat.values -n efk

    • @fz-ssaravanan2036
      @fz-ssaravanan2036 4 роки тому +1

      @@mithuntechnologies6082 thank you so much

    • @dNid87
      @dNid87 3 роки тому +1

      @@mithuntechnologies6082 Hello. I am with this scenario here. I have apps writing logs in /opt/data/logs/ (containerized) in the same k8s cluster where filebeat is running. But adding custom path in filebeat values.yaml
      paths:
      - /var/log/containers/*.log
      - /opt/data/logs/* # Custom Path
      It is not gathering the logs simple ignoring the custom log path. Any idea please?

  • @rameshragula3775
    @rameshragula3775 2 роки тому

    is this videos covers total kubernetes topic?

  • @roshansagar4944
    @roshansagar4944 2 роки тому

    If we want to install logstach is this the command correct ( helm install logstach elastic/logstach -n efk )

  • @Agunu
    @Agunu 4 роки тому +1

    Thanks for sharing much love

  • @George-mk7lp
    @George-mk7lp 2 роки тому

    any chance you have this document shared somewhere? can u provide link. thank you for the video

  • @dharmagouda9018
    @dharmagouda9018 3 роки тому

    Hi, I have single node cluster and after a restart of the node, having status red to yellow.. any help without adding another node to the cluster?

  • @jinkahari
    @jinkahari 3 роки тому +2

    Ty sir, can you please make a video on EKS cluster setup

    • @Gaurav1Tripthi
      @Gaurav1Tripthi Місяць тому

      ua-cam.com/video/e8MJQwzl-A0/v-deo.html

  • @nenunaachannel7764
    @nenunaachannel7764 3 роки тому +1

    Tq very much sir

  • @sri4sg3
    @sri4sg3 3 роки тому

    Just awesome

  • @srijibpathak8564
    @srijibpathak8564 3 роки тому +1

    can you share me the link of this configuration

  • @bayapareddy7862
    @bayapareddy7862 4 роки тому +2

    👌👌🤝🤝

  • @sangatiupendrareddy6796
    @sangatiupendrareddy6796 3 роки тому

    hi sir could you upload the video on ECS as well as ECR

  • @George-mk7lp
    @George-mk7lp 2 роки тому

    if you have issue with kibana pod resource (pending) change cpu/memory limit:
    resources:
    requests:
    cpu: "256m"
    memory: "1Gi"
    limits:
    cpu: "512m"
    memory: "1Gi"

  • @amitkumarmandrupkar4192
    @amitkumarmandrupkar4192 3 роки тому +1

    can please share git repo for kubernetes file

  • @revanthchowdary7072
    @revanthchowdary7072 3 роки тому

    Please share git repo it will helpfull

  • @gomkar8181
    @gomkar8181 4 роки тому

    ok sir

  • @Sai-nt4jk
    @Sai-nt4jk 3 роки тому

    can you pls share the yaml files of kuberenetes-elk pls sir

    • @demotest-vr4uh
      @demotest-vr4uh 11 місяців тому

      github.com/DeekshithSN/kubernetes/tree/master/monitoring/kubernetes-elk