Skip to content

Commit 55ca572

Browse files
committed
CI Tests Fix 1
1 parent 9f49670 commit 55ca572

File tree

1 file changed

+8
-8
lines changed
  • docs/guides/platform/migrate-to-linode/migrating-kubernetes-workloads-to-linode-kubernetes-engine-lke-using-velero

1 file changed

+8
-8
lines changed

docs/guides/platform/migrate-to-linode/migrating-kubernetes-workloads-to-linode-kubernetes-engine-lke-using-velero/index.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ In scenarios such as these, DevOps engineers may depend on Velero.
2828

2929
[**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.
3030

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/)).
3232

3333
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.
3434

@@ -40,7 +40,7 @@ Although what's shown in this guide will start with an AWS EKS cluster as an exa
4040
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`.
4141
1. If migrating a cluster from AWS, ensure that you have access to your AWS account with sufficient permissions to work with EKS clusters.
4242
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.
43-
1. Install `[jq](https://www.linode.com/docs/guides/migrating-from-aws-eks-to-linode-kubernetes-engine-lke/docs/guides/using-jq-to-process-json-on-the-command-line/#install-jq-with-package-managers)`.
43+
1. Install `[jq](/docs/guides/migrating-from-aws-eks-to-linode-kubernetes-engine-lke/docs/guides/using-jq-to-process-json-on-the-command-line/#install-jq-with-package-managers)`.
4444
1. Install the `[velero](https://velero.io/docs/v1.3.0/velero-install/)` [CLI](https://velero.io/docs/v1.3.0/velero-install/).
4545

4646
## Downtime During the Migration
@@ -395,8 +395,8 @@ velero version
395395

396396
```output
397397
Client:
398-
Version: v1.16.1
399-
Git commit: -
398+
Version: v1.16.1
399+
Git commit: -
400400
Server:
401401
Version: v1.16.1
402402
```
@@ -920,7 +920,7 @@ The resources below are provided to help you become familiar with Velero when mi
920920
- [Installing the Velero CLI](https://velero.io/docs/v1.16/basic-install/#install-the-cli)
921921
- [Storage provider plugins][https://velero.io/docs/v1.16/supported-providers/]
922922
- Akamai Cloud:
923-
- [Linode LKE]([https://techdocs.akamai.com/cloud-computing/docs/linode-kubernetes-engine](https://techdocs.akamai.com/cloud-computing/docs/linode-kubernetes-engine))
924-
- [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/))
923+
- [Linode LKE](https://techdocs.akamai.com/cloud-computing/docs/linode-kubernetes-engine)
924+
- [Migrating from AWS EKS to Linode Kubernetes Engine (LKE)](/docs/guides/migrating-from-aws-eks-to-linode-kubernetes-engine-lke/)
925+
- [Migrating from Azure AKS to Linode Kubernetes Engine (LKE)](/docs/guides/migrating-from-azure-aks-to-linode-kubernetes-engine-lke/)
926+
- [Migrating from Google GKE to Linode Kubernetes Engine (LKE)](/docs/guides/migrating-from-google-gke-to-linode-kubernetes-engine-lke/)

0 commit comments

Comments
 (0)