Kandlagunta Venkata Siva Niranjan Reddygetting-started-with-kubernetes.hashnode.dev·8 hours agoComprehensive Guide to Setting Up Velero for Backup and Restore on EKSVelero 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...1 likeKubernetes
usama ahmadusamadevops.hashnode.dev·Aug 27, 2024Ensuring Kubernetes Cluster Resilience with Velero: A Complete GuideAs Kubernetes becomes the backbone of modern cloud-native applications, ensuring the resilience and recoverability of these clusters is paramount. Data loss or downtime can have significant repercussions, and thus, a solid disaster recovery strategy ...Kubernetes
Thodoris Velmachost-velmachos.hashnode.dev·Jul 19, 2024Do you want to upgrade MongoDB from version 5 to 7 on K8s?Are you wondering how you can upgrade MongoDB from version 5 to 7 without affecting old MongoDB instance and without spending time and resource to migrate the data from the old MongoDB instance to the new one? The answer to the question at least rega...Devops
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...velero