Kubernetes monitoring with Prometheus on AWS EKS Cluster

Поделиться
HTML-код
  • Опубликовано: 18 окт 2024
  • ===================================================================
    1. SUBSCRIBE FOR MORE LEARNING :
    / @cloudquicklabs
    ===================================================================
    2. CLOUD QUICK LABS - CHANNEL MEMBERSHIP FOR MORE BENEFITS :
    / @cloudquicklabs
    ===================================================================
    3. BUY ME A COFFEE AS A TOKEN OF APPRECIATION :
    www.buymeacoff...
    ===================================================================
    This video shows how to configure Prometheus Monitoring on AWS EKS cluster crated using AWS CLI , Ekctl, Kubctl with an example application hosted on it.
    It has step-by-step explanation with demo of running each commands to create EKS Cluster and Prometheus monitoring on it.
    Command file used in video can be found at - github.com/Rek...

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

  • @mhamadnemer1230
    @mhamadnemer1230 3 месяца назад +1

    Thank you for this richfull video , i want to ask you what type of ec2 instance you have used ? i have a similar project and i need to identify the cost metric and hardware requirements, so what you suggest for similar project that host a simple web application using kubernetes cluster and prometheus monitoring?

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

      Thank you for watching my videos.
      Cost of EKS cluster depends on multiple choices 1. Size of Node 2.Disk usage 3.Networking Resources. etc.
      Did you AWS calculator for this.
      And also explore my RUclips channel to find correct videos for your use case (as there are many here)

  • @ymerejaqualad
    @ymerejaqualad Год назад +1

    Great video, makes EKS easy

    • @cloudquicklabs
      @cloudquicklabs  Год назад

      Thank you for watching my videos.
      Thank you so much for encouraging note.

  • @Vishal-wr6cc
    @Vishal-wr6cc 3 года назад +1

    Excellent session sir

  • @SuperRider-RS
    @SuperRider-RS Год назад +1

    how was the loopback address accessible on 9090 port were you on vpn?

    • @cloudquicklabs
      @cloudquicklabs  Год назад

      Thank you for watching my videos.
      I used port forwarding mechanism to access Services from local laptops.

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

    From where we will get that folder F:\RekhuAll\AWS\AWS-EKS-Cluster-Prometheus\knote-js-master\04-05\kube

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

      Clone project folder in your local machine(laptop/desktop) and follow the steps : github.com/learnk8s/knote-js/tree/master/04-05

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

      Thank you for watching my videos.

    • @shivanigandhi7768
      @shivanigandhi7768 Год назад +1

      @@cloudquicklabs it says repo not found

    • @ayencoscolfield3312
      @ayencoscolfield3312 2 месяца назад

      @@cloudquicklabs thanks i was wondering where this was in the video and in the project github repository

  • @NileshGadgi
    @NileshGadgi Год назад +1

    You used kasten k10 symbol in the PPT of AWS EKS cluster.

  • @MrGangaderan
    @MrGangaderan Год назад +2

    you are telling the name is kube-system, but I think you are deploying the metric server in the kube-system namespace, which is why you cannot see the pods when you try to invoke kubectl get pods since this is showing the pods in the default namespace. you have to type kuberctl get pods -n kube-system, also same for the deployment, you are misleading the concept of k8s, it is namespace, kube-system in Kubernetes namespace for other kube systems specific pods/svc/replicas/etc....., like wise you can create namespace as per your requirment. if you need to deploy anything within the namespace pass the argument --namepsace=test or -n.

    • @cloudquicklabs
      @cloudquicklabs  Год назад

      Thank you for watching my videos.
      I have created plenty of video on K8s monitoring using Prometheus and Grafan. May I request you to watch another video ruclips.net/video/0S0h7ti_Hl0/видео.html

    • @MrGangaderan
      @MrGangaderan Год назад

      @@cloudquicklabs yes you may done a proper video in other K8S ,
      My point is the video which I am watching has some misleading information,
      You were never said that your application runs with a container, and you are keep saying -n is name, so if someone is watching it for 1st time may get confused, and you also mentioned your application takes the contents from your local directory, it is a container image

    • @SuperRider-RS
      @SuperRider-RS Год назад

      Thank you both

  • @MrGangaderan
    @MrGangaderan Год назад +2

    you better do a proper study in K8s, you are telling -o yaml will say the server running fine, but it is wrong, -o yaml is the output the definition file

    • @cloudquicklabs
      @cloudquicklabs  Год назад

      Thank you for watching my videos.
      I shall take these feedbacks. I have create multiple video on K8s monitoring scenario please check my other videos on it example ruclips.net/video/0S0h7ti_Hl0/видео.html