You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guides/platform/migrate-to-linode/migrating-kubernetes-workloads-to-linode-kubernetes-engine-lke-using-velero/index.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ In scenarios such as these, DevOps engineers may depend on Velero.
28
28
29
29
[**Velero**](https://velero.io/) is an open source, Kubernetes-native tool for backing up and restoring Kubernetes resources and persistent volumes. It supports backup of core resources, namespaces, deployments, services, ConfigMaps, Secrets, and customer resource definitions (CRDs). It integrates with different storage backends—such AWS S3 or Linode Object Storage—for storing and restoring backups.
30
30
31
-
This guide will walk through the process of using Velero to migrate a Kubernetes cluster with persistent volumes to Linode Kubernetes Engine (LKE). The focus of the guide will be on backing up and restoring a persistent data volume. For other aspects—such as adapting load balancing and DNS switching after the restore—refer to the Akamai Cloud guides on migrating to LKE (from [AWS EKS](https://www.linode.com/docs/guides/migrating-from-aws-eks-to-linode-kubernetes-engine-lke/), [Google GKE](https://www.linode.com/docs/guides/migrating-from-google-gke-to-linode-kubernetes-engine-lke/), [Azure AKS](https://www.linode.com/docs/guides/migrating-from-azure-aks-to-linode-kubernetes-engine-lke/), or [Oracle OKE](https://www.linode.com/docs/guides/migrating-from-oracle-kubernetes-engine-to-linode-kubernetes-engine-lke/)).
31
+
This guide will walk through the process of using Velero to migrate a Kubernetes cluster with persistent volumes to Linode Kubernetes Engine (LKE). The focus of the guide will be on backing up and restoring a persistent data volume. For other aspects—such as adapting load balancing and DNS switching after the restore—refer to the Akamai Cloud guides on migrating to LKE (from [AWS EKS](/docs/guides/migrating-from-aws-eks-to-linode-kubernetes-engine-lke/), [Google GKE](/docs/guides/migrating-from-google-gke-to-linode-kubernetes-engine-lke/), [Azure AKS](/docs/guides/migrating-from-azure-aks-to-linode-kubernetes-engine-lke/), or [Oracle OKE](/docs/guides/migrating-from-oracle-kubernetes-engine-to-linode-kubernetes-engine-lke/)).
32
32
33
33
Although what's shown in this guide will start with an AWS EKS cluster as an example, the same process can apply to most Kubernetes providers.
34
34
@@ -40,7 +40,7 @@ Although what's shown in this guide will start with an AWS EKS cluster as an exa
40
40
1. Follow the steps in the _*Install*`*kubectl*`_ section of the [Getting started with LKE](https://techdocs.akamai.com/cloud-computing/docs/getting-started-with-lke-linode-kubernetes-engine#install-kubectl) guide to install and configure `kubectl`.
41
41
1. If migrating a cluster from AWS, ensure that you have access to your AWS account with sufficient permissions to work with EKS clusters.
42
42
1. Install and configure the [AWS CLI](https://aws.amazon.com/cli/) and [`eksctl`](https://eksctl.io/). The command line tooling you use may vary if migrating a cluster from another provider.
-[Migrating from AWS EKS to Linode Kubernetes Engine (LKE)]([https://www.linode.com/docs/guides/migrating-from-aws-eks-to-linode-kubernetes-engine-lke/](https://www.linode.com/docs/guides/migrating-from-aws-eks-to-linode-kubernetes-engine-lke/))
925
-
-[Migrating from Azure AKS to Linode Kubernetes Engine (LKE)]([https://www.linode.com/docs/guides/migrating-from-azure-aks-to-linode-kubernetes-engine-lke/](https://www.linode.com/docs/guides/migrating-from-azure-aks-to-linode-kubernetes-engine-lke/))
926
-
-[Migrating from Google GKE to Linode Kubernetes Engine (LKE)]([https://www.linode.com/docs/guides/migrating-from-google-gke-to-linode-kubernetes-engine-lke/](https://www.linode.com/docs/guides/migrating-from-google-gke-to-linode-kubernetes-engine-lke/))
0 commit comments