How to deploy ELK Stack on AWS EKS Using Terraform and GitHub Actions | ELK Stack on Kubernetes

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

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

  • @jamessmith1652
    @jamessmith1652 6 месяцев назад +1

    Very nice, you explained it well.

    • @cloudquicklabs
      @cloudquicklabs  6 месяцев назад

      Thank you for watching my videos.
      Glad that it helped you.

  • @gtex735
    @gtex735 8 месяцев назад +1

    Why do we need two loadbalancer? Can't we use one? I mean path based routing to services using single alb?

    • @cloudquicklabs
      @cloudquicklabs  8 месяцев назад +1

      Thank you for watching my videos Indeed we can use , best suggestions would be to use an independent load balancer.

    • @jamessmith1652
      @jamessmith1652 6 месяцев назад +3

      I think elasticsearch service doesn't need an LB. Only Kibana (because its a UI).
      The other services are ClusterIP by default because they are not specified in the code (better to actually type it in). ClusterIP is fine because they need to communicate in the cluster but don't need to be accessed from outside.
      I would look for some official yamls to use for your projects.

  • @dhebbydavid7145
    @dhebbydavid7145 8 месяцев назад +1

    I got a crashbackloop error for the elastic search pod and for kibana the error I have is "page isn't working" the loadbalancer dns name did not send any data

    • @cloudquicklabs
      @cloudquicklabs  8 месяцев назад

      Thank you for watching my videos.
      Please check the resource (CPU/Memory) of your EC2 instance and allocate resources accordingly at repsctive Containers

    • @dhebbydavid7145
      @dhebbydavid7145 8 месяцев назад

      @@cloudquicklabs Thank you

  • @aamir_imran490
    @aamir_imran490 8 месяцев назад +2

    wow

    • @cloudquicklabs
      @cloudquicklabs  8 месяцев назад +1

      Thank you for watching my videos.
      Glad that it helped you.