Kubernetes Pods, ReplicaSets, and Deployments in 5 Minutes

แชร์
ฝัง
  • เผยแพร่เมื่อ 14 ต.ค. 2024

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

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

    I wish I had watched this playlist before learning, so useful!

  • @leeshey99
    @leeshey99 11 หลายเดือนก่อน +1

    This is the most straightforward k8s deployment explanation video on the internet

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

    Thank you so much! That's perfect explanation.

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

    thankyou quick and crisp

  • @pardiumdhankhar
    @pardiumdhankhar 9 หลายเดือนก่อน +1

    it looks like in pod manifest that you write spec field inside metadata so to made it clear whoever saw this spec section remains outside of metadata section or field

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

    Great videos! Starting to explore Kubernetes and EKS so I appreciate all the work done here. I have a question regarding the process of the control loop. When changing the version of an app does Kubernetes role the updates out slowly like an auto scaling refresh replacing a few at a time until all are healthy, does it tear down and replace them all at once, or some is this customizable in config?

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

      Thanks! Kubernetes will do a rolling update ensuring that at least 75% of the desired pods are running. This is customizable.

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

    Good explanations....🤝

  • @RuiBaeta-n8x
    @RuiBaeta-n8x ปีที่แล้ว

    Congratulations for your presentation skills! Very good on content and style!
    Just out of curiosity, what tools do you use to do these video effects?
    Thank you very much for all these great presentations!

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

    is that yaml?

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

    where can I find the configs? can you make a link for them?

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

      You can find similar deployment configs in the Kubernetes docs: kubernetes.io/docs/concepts/workloads/controllers/deployment/