Kubernetes Health Checks with Readiness and Liveness Probes

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

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

  • @bugsbunny278
    @bugsbunny278 4 ปีที่แล้ว +3

    When I read all these fancy words in the comments I regard them all as experts in their field. Which makes me a bit nervous that whether I will make it to the other end or not ...but then they all were once a beginner like me.
    I love how you explained it. I came here after reading an article about it. But you made it quick to grab. Well done.

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

    I love watching your videos!! ❤️

  • @icurtispe
    @icurtispe 6 ปีที่แล้ว +3

    Excellent series!

  • @cyberstair
    @cyberstair 4 ปีที่แล้ว +1

    Nothing is better to learn it from its makers

  • @MayankKothari21
    @MayankKothari21 3 ปีที่แล้ว

    Excellent video. Thanks for the information.

  • @IndrajitRajtilak
    @IndrajitRajtilak 6 ปีที่แล้ว +15

    Why not design K8s such that IF the Readiness and Liveness probes are both defined, then 'initialDelaySeconds' is not required; instead the Liveness probe starts after the Readiness probe succeeds or times-out; as defined by the 'failureThreshold' of the Readiness probe?

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

      you can use Startup Probes and then set the initialDelaySeconds to '0' for the Liveness Probe

  • @tarunamverma2236
    @tarunamverma2236 6 ปีที่แล้ว +1

    I think thi smore like Healcheck feature of AWS for ALB but I like the idea of keeping it at Service or POD level plus auto re configuring/scaling of the whole cluster.

  • @AmanDeep-rv1sd
    @AmanDeep-rv1sd 3 ปีที่แล้ว

    @5:00 how to find the average startup time?

  • @CardenasSimon
    @CardenasSimon 4 ปีที่แล้ว

    very well explained!! thanks this helped me a lot.

  • @pareshkaps
    @pareshkaps 4 ปีที่แล้ว +1

    If kubernetes pod can self heal itself then why we need third party monitoring tools like Prometheus?

  • @akilamendis3339
    @akilamendis3339 4 ปีที่แล้ว +1

    What is P99 startup time ? and how to identify it ?

    • @alexanderkachur9014
      @alexanderkachur9014 3 ปีที่แล้ว

      Monitor service startup time and calculate p99 for this metric

  • @nkans
    @nkans 6 ปีที่แล้ว +1

    Should there not be a Dieness as well? If there is something the existing pod needs to complete before it dies, there should be an opportunity given for that as well. Not seeing anything clear on that. Example, sending logs or post-transaction data etc.,

    • @FryuniGamer
      @FryuniGamer 6 ปีที่แล้ว +1

      There are the lifecycle hooks: kubernetes.io/docs/concepts/containers/container-lifecycle-hooks/

  • @Shabasky1
    @Shabasky1 6 ปีที่แล้ว

    Testing this out next!

  • @nkans
    @nkans 6 ปีที่แล้ว +1

    Well thought on the design. I don't know why AWS Lambda or Azure functions come up with this similar implementation and those computes currently cry for cold start.

  • @AdamPinuelas
    @AdamPinuelas 6 หลายเดือนก่อน

    4