Kubernetes v1.26 - Pod Scheduling Readiness SchedulingGates - Alpha feature

แชร์
ฝัง
  • เผยแพร่เมื่อ 12 ก.ย. 2024

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

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

    Very clear and concise, thank you

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

    Sir,
    your videos are really helpful & much appreciated.
    I am here for requesting a video on "pulling images from private registries like AWS. With containerd". Because on system like K3S (lite weight k8s) it is harder to pull images from aws ECR without docker pull. Right now i am running k3s with some ec2 nodes. And after assigning some roles to a specific node, i have to run 2 following commands manually on each node to pull a image. (1. aws ecr get-login-password --region "ap-south-1" .
    2. crictl pull --creds "AWS:output_first_command" $image_name ).
    Please try to create a video on kubelet-credential-provider (new stable in k8s 1.26). And how we can use that feature to pull images(from ecr) by going cloud agnostic.
    Thank you.
    My apologies if by mistake i posted same comment twice.

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

      Thanks for suggestion, sure will try