readiness probe and liveness probe in kuberenetes

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

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

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

    thank you for the videos, these are really helpful.
    Why do we need to use startup probe when we have initialDelaySeconds ?

  • @Sudheer_maneesha7
    @Sudheer_maneesha7 4 года назад

    Nicely explained bro.i had a small doubt.
    If we use readiness probe , After deployment pod will not allow traffic for initial 60sec(some time).till that time which applications will be accessible to endusers.is it older version(before deployment version) only.....

    • @DeekshithSN
      @DeekshithSN  4 года назад

      Thanks for watching, if you have configured readiness probe then it wont allow until the conditions you mentioned probe passes.

  • @prakhyapruthvi8091
    @prakhyapruthvi8091 4 года назад

    very well explained with real time example

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

    Hi Dikshit,
    We have START_DELAY= 60 and initialDelay=60 seconds in manifest file.why we need 2 fields to make delay 60 seconds, why dont we use single parameter?

  • @dewaynebranch776
    @dewaynebranch776 2 года назад

    so where do u get the standard yml files?

    • @DeekshithSN
      @DeekshithSN  2 года назад

      You can refer my GitHub kubernetes repo github.com/DeekshithSN/kubernetes

  • @demotest8804
    @demotest8804 2 года назад

    Readiness probe failed: Error: Got HTTP code 503 but expected a 200 how to solve this kind of error

  • @sujaykumar4636
    @sujaykumar4636 4 года назад

    Good explanation..

  • @teluguawareness973
    @teluguawareness973 4 года назад

    Awesome,

  • @gauravbankar1
    @gauravbankar1 2 года назад +1

    Too much disturbance with aa, uumm in the language. Also, why do we need to wait for the pod to be ready/not ready state? In that time you can explain the logs/inspect. The definition is not clear, but the concept is like sound knowledge to me. Please make a proper video so it will save the watchers time.

    • @DeekshithSN
      @DeekshithSN  2 года назад +1

      Thanks for the suggestion, will correct it in upcoming video 🙂

  • @srinuvasu-iv2jw
    @srinuvasu-iv2jw 4 года назад

    Please upload ingress kubernatrs

    • @DeekshithSN
      @DeekshithSN  4 года назад

      Sure , i will plan to do a video on kubernetes ingress

  • @neethuvlogs
    @neethuvlogs 4 года назад

    New one is up!!!

    • @DeekshithSN
      @DeekshithSN  4 года назад

      Yup video might be long , i have explained with examples , it might help you in some way :)