Plan and Upgrade Azure Kubernetes Cluster (AKS)

แชร์
ฝัง
  • เผยแพร่เมื่อ 22 ก.พ. 2022
  • Part of the AKS cluster lifecycle involves performing periodic upgrades to the latest Kubernetes version. It’s important you apply the latest security releases, or upgrade to get the latest features. This article shows you how to check for, configure, and apply upgrades to your AKS cluster.
    Node surges require subscription quota for the requested max surge count for each upgrade operation.
    Pod Disruption Budget:
    • Azure Kubernetes Clust...
    AKS playlist:
    • Azure Kubernetes Servi...
    #azure #kubernetes #aks #acr #container #registry #certification #serviceprincipal #spn #roles #cks #cka #hpa #autoscaling #azuredisk #poddisruptionbudget #pdb #disruption #upgrade #update #nodesurge
  • วิทยาศาสตร์และเทคโนโลยี

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

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

    Much Appreciated your efforts.

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

    Thanks, your videos on PDB and this are helpful insights. I was tasked to upgrade the kubernetes and I was not sure if there will be downtime. So by default, AKS will take care of that one.

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

    Hello - good explanation - I have followed your steps for upgrade

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

    Hi Shailender, thank you very much this video is very nice and giving so much help to me, please answer some of my points below:
    1- do version upgrade change ip of cluster?
    2- Please paste version upgrade command of system nodepools as it is not visible in video
    I would be very happy if you answer my points asap, thank you once again

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

    what is the difference between node pool vs agent pool vs node count ?

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

    Hello , can you please let me know during AKS , can we delete unused node by script as well . If I will delete the unused node so what will be the effect .

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

    Just to understand two points
    1.if we have standalone pods on the node ,how can we evict the pods and is there downtime involved
    2.Aks control plane is manged by azure and we don't have control over the control plan .How the update take in place

    • @shailenderchoudhary1988
      @shailenderchoudhary1988  2 ปีที่แล้ว +3

      1) In the case of cluster upgrade all the nodes will be drained, so you don't have to move the pods to different nodes manually. Yes, there will be downtime which has to be planned in advance.
      2) Control plane is managed by Azure but we are responsible for any security patch or minor upgrades. But we can only upgrade the nodepools when control plane is on higher version. So either we upgrade them together or first control plane and then individual node pools.

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

    Hi bro ur explanation was good.
    I don't want upgrade version I want specific version instead of latest then which command is used for that specific version

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

      You can only choose your desired version while deploying AKS first time. But you can only upgrade to specific versions which you get while checking the available versions to upgrade.