Upgrade Your Azure Kubernetes Version - Here's What You Need to Know! | AKS Cluster Upgrade

แชร์
ฝัง
  • เผยแพร่เมื่อ 15 ก.พ. 2023
  • WhatsApp channel: whatsapp.com/channel/0029VaAA...
    Join the group: t.me/sqlbrainbox
    Book 1:1 Call: topmate.io/nirav_gandhi
    Follow me on LinkedIn: / niravgandhisql
    In this video, we'll show you how to upgrade the Kubernetes version. We'll cover the different upgrade procedures and how to perform them efficiently. If you're using Kubernetes and you want to upgrade it to the latest version, then this video is for you! We'll show you how to upgrade Kubernetes to the latest version and help you avoid any potential issues.
    #aks #k8s #kubernetes
  • วิทยาศาสตร์และเทคโนโลยี

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

  • @tejas6670
    @tejas6670 22 วันที่ผ่านมา +1

    Explanation next level

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

    Thanks!

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

      Thanks for your appreciation

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

    Hi, What is the command to create the yaml file all objects ?

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

    Nice videos Nirav. What is the tool you are using for GUI mode to see?

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

    Hello , Can you please let me know what is the effect if we delete unused node during AKS khbernetes version upgrade ??

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

      I don't know, Why do you need to delete the node during the upgrade? can you please share the scenario ?

  • @krushnabhanage-jw1yh
    @krushnabhanage-jw1yh ปีที่แล้ว

    Hi @nirav, If I upgrade the aks cluster, will ips of the load balancer get changed?

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

      Public IP address is not going to be change after aks cluster upgrade

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

    Hey Nirav,
    Good one ! Can you share the .sh file used to collect existing object files.

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

      Yes, sure

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

      for n in $(kubectl get -o=name pvc,configmap,serviceaccount,secret,ingress,service,deployment,statefulset,hpa,job,cronjob)
      do
      mkdir -p $(dirname $n)
      kubectl get -o=yaml $n > $n.yaml
      done

  • @user-sr7xz9oy4z
    @user-sr7xz9oy4z 10 หลายเดือนก่อน

    Hi @Nirav Gandhi, thank you so much for these videos. They have been very helpful. I noticed that you generated YAML files from a .sh script. Could you please explain how you generated them? Is it possible for you to share the script?

    • @LucasFerreira-iv7tx
      @LucasFerreira-iv7tx 10 หลายเดือนก่อน

      He already shared:
      #!/bin/bash
      for n in $(kubectl get -o=name pvc,configmap,serviceaccount,secret,ingress,service,deployment,statefulset,hpa,job,cronjob)
      do
      mkdir -p $(dirname $n)
      kubectl get -o=yaml $n > $n.yaml
      done

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

      I will create GitHub repo

  • @user-zt5kk3yn5q
    @user-zt5kk3yn5q 11 หลายเดือนก่อน

    Is this version upgrade cause any data lose in PVC?

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

    Share the ui name?