漏 2026 Hashnode
Migrating an entire Kubernetes cluster is one of those tasks that sounds straightforward until you actually begin. When I recently needed to migrate an Azure Kubernetes Service (AKS) cluster from the Central India region to the East US region, the pr...

Guide to Backing Up and Restoring an ETCD Cluster with Built-in Snapshots. In the world of distributed systems and containerized environments, ensuring data integrity and availability is paramount. Etcd, a distributed key-value store, is at the heart...

Velero is an open source tool to safely backup and restore, perform disaster recovery, and migrate Kubernetes cluster resources and persistent volumes. There are other ways which I have tried of setting of the Disaster Recovery and Migration of the k...

Velero is a powerful tool for managing disaster recovery in Kubernetes environments. It allows you to back up, restore, and migrate Kubernetes resources and persistent volumes. This blog walks you through the process of setting up Velero, creating ba...

In Kubernetes, data consistency and disaster recovery are critical to ensuring the availability of applications and services. The etcd database serves as the heart of Kubernetes, storing the cluster鈥檚 state and configurations, from deployments to sec...
