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

Поделиться
HTML-код
  • Опубликовано: 18 сен 2024
  • WhatsApp channel: whatsapp.com/c...
    Join the group: t.me/sqlbrainbox
    Book 1:1 Call: topmate.io/nir...
    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

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

  • @tejas6670
    @tejas6670 3 месяца назад +1

    Explanation next level

  • @softwareasafun
    @softwareasafun 4 месяца назад +1

    Thanks!

    • @Niravgandhi
      @Niravgandhi  4 месяца назад

      Thanks for your appreciation

  • @eapenmani
    @eapenmani 16 дней назад

    Can we use kyverno instead of datree for policy validation before the cluster upgrade?

  • @sudheerkatha4357
    @sudheerkatha4357 Год назад

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

  • @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

  • @chandrashekharbt-p8v
    @chandrashekharbt-p8v Год назад

    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 Год назад

      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  Год назад

      I will create GitHub repo

  • @samimshaikh3909
    @samimshaikh3909 10 месяцев назад

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

  • @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 ?

  • @prafull9821
    @prafull9821 Месяц назад

    Can we qubectl commands to upgrade? Please suggest

  • @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

  • @KarmakavannanGovindhasamy
    @KarmakavannanGovindhasamy Год назад

    Is this version upgrade cause any data lose in PVC?

  • @NishanthJs95
    @NishanthJs95 Год назад +1

    Share the ui name?