Shubham Tawareshubzz.hashnode.dev·Nov 9, 2024Backing Up and Restoring Etcd with etctctl and Velero in Kubernetes: Key Insights for CKA and Real-World Applications"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’s state and configurations, from deployments to sec...Discuss·33 readsKubernetes
Subhanshu Mohan Guptablogs.subhanshumg.com·Oct 10, 2024Designing an Effective Fallback Plan for Kubernetes FailuresWelcome to Part VII of my Kubernetes series, where we’ll explore the essential strategies for building a robust disaster recovery and fallback plan for your Kubernetes workloads. In this article we'll cover everything from failover strategies and mul...Discuss·10 likes·26 readsMastering Kubernetes: Revolutionizing Cloud-Native OperationsDisaster recovery
Edward Obohedwardoboh.hashnode.dev·Aug 24, 2024Kubernetes Cluster Backup and Migration with VeleroIntroduction Velero is an open-source tool that offers a reliable and efficient way to back up and migrate Kubernetes clusters. It is widely used for disaster recovery, backups, and cluster migrations. Velero’s flexibility and support for multiple st...Discuss·1 like·52 readsKubernetes
Fabrice CarrelforDINA Technical's Blogdevops.dina.ch·Nov 13, 2023Backup Exoscale SKS workloads using VeleroIn this technical guide, we'll explore the practical steps to fortify your Scalable Kubernetes Service (SKS) workloads on Exoscale using Velero, a robust backup and restore tool. The guide includes a hands-on demo, illustrating how Velero simplifies ...Discuss·128 readsKubernetes
Engin Diriblog.ediri.io·Sep 3, 2023A Step-by-Step Guide to Using Velero on AWS EKS Clusters via PulumiTL;DR: THE CODE! https://github.com/dirien/quick-bites/tree/main/pulumi-eks-velero Introduction My motivation to write this article comes from the recent blog post of Lily Cohen who had a severe data loss on her Kubernetes cluster. During a routine...Discuss·361 readsAWS
Prasoon Mishraprasoonm.hashnode.dev·Aug 3, 2023Install Velero on EKS cluster using ArgocdHi All,Today I am going to write a small article abou Veleroro installation on EKS cluster using Argocd. Prerequisites: Argocd should be installed on eks Terraform should be set up to create resources on AWS What is Velero? It is tool which is us...Discussvelero
Rohit Kumar Singhrohitksingh.hashnode.dev·Mar 27, 2023Velero: A Complete Backup and Recovery Solution for EKS Using TerraformIn recent years, Kubernetes has emerged as the leading platform for managing containerized applications. However, with the increase in the number of containers and complexity of applications, managing Kubernetes clusters has become more challenging. ...Discuss·118 readsvelero
Manish Kumarblack-ops.hashnode.dev·Dec 23, 2022Getting Started with Velero: A Beginner's Guide to Kubernetes Backup and RestoreIntroduction to Velero Velero is a tool for backing up and restoring Kubernetes clusters and applications. It provides a simple, flexible, and reliable way to protect your application and data. Velero is designed to be easy to use and operate. With V...Discuss·218 readsKubernetes