Skip to content

Instantly share code, notes, and snippets.

View plumbery's full-sized avatar

Alper Can plumbery

  • Kocsistem
View GitHub Profile
@plumbery
plumbery / 1- How to Backup AKS Hybrid with Velero and Ubuntu Minio Server Part 1.md
Created December 16, 2022 09:20
How to Backup AKS Hybrid (Azure Stack HCI AKS) & Kubernetes with Velero and Ubuntu Minio Server

Backup Azure Stack HCI AKS (AKS Hybrid)

Introduction

Azure Stack HCI AKS also means AKS Hybrid, doesn't have a native backup solution. When you search about backup solution for this product you will find only Velero Backup Solution in Azure Docs. [Backup AKS Hybrid With Velero][1]

Why there is no backup solution except Velero?

AKS hybrid uses akshci CSI drivers and this driver doesn't support Snapshot resource and all other well known backup products use snapshot resources for backup of Kubernetes CRDs.