Secure Your Kubernetes Data with AKS Backup in Azure - Step-by-Step Tutorial | AKS Backup Extension

Sdílet
Vložit
  • čas přidán 29. 08. 2024
  • In this video, I'll show you how to secure your Kubernetes data with AKS Backup in Azure. I'll walk you through the step-by-step process, and by the end, you'll have a working AKS Backup deployment that will safeguard your Kubernetes data.
    In this video, we will walk you through setting up a backup solution Secure Your Kubernetes Data with AKS Backup in Azure. AKS backup is a simple, cloud-native process to back up and restore containerized applications and data running in AKS clusters. It provides a reliable and scalable backup solution to protect against data loss or corruption.
    Kubernetes is an open-source platform for automating the deployment, scaling, and management of containerized applications. AKS (Azure Kubernetes Service) is a managed Kubernetes service provided by Microsoft Azure.
    Azure provides seamless and integrated backup solutions that enable you to protect your AKS cluster's data and configuration settings. In this video, we will demonstrate how to set up both backup and restore operations for your AKS cluster, ensuring you have a reliable disaster recovery plan in place.
    We will cover the prerequisites for setting up a backup, including Azure subscription and storage accounts. We will then show you how to create a backup vault, and backup policy, and initiate a backup job. Finally, we will illustrate how to restore your AKS cluster from a backup.
    With this video, you will learn how to set up a robust backup and recovery solution for your Kubernetes AKS cluster in Azure. You can rest easy knowing that your data is safe and secure with Azure's integrated backup solutions.
    Join the group: t.me/sqlbrainbox
    Book 1:1 Call: topmate.io/nir...
    Follow me on LinkedIn: / niravgandhisql
    #aksbackup #kubernetes #aks #k8s

Komentáře • 32

  • @myhappymiles
    @myhappymiles Před měsícem +1

    I have been following this playlist. Loved your simplicity in explanation and thank you for the demonstrations! Kudos for creating great quality content

  • @bhaskarbavandla4015
    @bhaskarbavandla4015 Před rokem +1

    nice subject thank you Nirav :)

  • @italonts
    @italonts Před 9 měsíci

    nice! thanks a lot bro

  • @nitin992vij
    @nitin992vij Před rokem

    Hi Nirav, nice informative video, just want to add one thing, isn't this feature currently in preview state, we should better use velero

    • @Niravgandhi
      @Niravgandhi  Před rokem +1

      Yes, you are right. In the background AKS backup extension use velero only.

  • @sudipnandy6006
    @sudipnandy6006 Před 11 měsíci

    Hello Nirav,
    The video is very hazy and low quality, though the idea you provided using this video is really valuable.
    Could you please upload the same video with little good quality.
    My eye sight is weak and that's why I am requesting.

    • @Niravgandhi
      @Niravgandhi  Před 11 měsíci +1

      Check with 1080 px and confirm

  • @RamuRatnam-mu2sm
    @RamuRatnam-mu2sm Před měsícem

    Hi Nirav,
    i am using a pod with azure file share volume and after restore in another aks the pod is not displaying is it due to azure file share type volume if that is case the pod should show volume mount error but pod is missing. How to perform passive dr in case of azure file share type pods present in aks

  • @RamuRatnam-mu2sm
    @RamuRatnam-mu2sm Před měsícem

    Another doubt while trying to restore aks i can see only central us specific resources unable to see eastus2 region in restore list

  • @PHOENIX-he9fl
    @PHOENIX-he9fl Před rokem

    nice video. we can able to write the autmation code for backup. and also we can able to write the code for HCL for infrastructure as the code for the backup components which we manually did..???

    • @Niravgandhi
      @Niravgandhi  Před rokem +2

      Yes..AKS backup is an automatic way to take backup

  • @lakerfan4life308
    @lakerfan4life308 Před 5 měsíci

    Can the creation of the backup vault for AKS cluster be done using Terraform?

    • @Niravgandhi
      @Niravgandhi  Před 5 měsíci +1

      As per my knowledge, the terraform module is not available for aks backup. U can go with velero backup module

  • @venkatac6899
    @venkatac6899 Před 5 měsíci

    Can we restore the Azure File-Share deployments without PV? using AKS BACkUP Extension

  • @RamuRatnam-mu2sm
    @RamuRatnam-mu2sm Před 2 měsíci

    Could you please tell me that which things are getting backed up and which things are not getting back up. Examples for resources like namespace, node pool, persistent volume claim, pv, sc, nodes, managed identity , vnet config, config maps ...

    • @Niravgandhi
      @Niravgandhi  Před 2 měsíci

      You can take backup of any K8 objects deployed on aks

    • @RamuRatnam-mu2sm
      @RamuRatnam-mu2sm Před 2 měsíci

      @@Niravgandhi while backup it is asking for MSI role permissions and trusted access role permissions how to enable it

    • @RamuRatnam-mu2sm
      @RamuRatnam-mu2sm Před 2 měsíci

      I mean which rbac do we need to enable it

    • @Niravgandhi
      @Niravgandhi  Před 2 měsíci

      It's mentioned in video

  • @User3452sree
    @User3452sree Před rokem +1

    Great content. Thanks much Nirav. Would you please create videos on powershell or python for azure automation.

    • @Niravgandhi
      @Niravgandhi  Před rokem

      Sure

    • @User3452sree
      @User3452sree Před rokem +1

      @@Niravgandhi thanks Bro, which scripting language is better for Azure devops?. Is it powershell or Python??

    • @Niravgandhi
      @Niravgandhi  Před rokem

      Any language u can use it

  • @abhishekm1361
    @abhishekm1361 Před rokem

    Can we perform this operation using Terraform?