Skip to content

Commit 227c003

Browse files
committed
update and add fr version
1 parent c3b12e4 commit 227c003

File tree

2 files changed

+70
-69
lines changed

2 files changed

+70
-69
lines changed

pages/public_cloud/containers_orchestration/managed_kubernetes/migration-to-ovhcloud/guide.en-gb.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Migration Guide – Moving Your Kubernetes Cluster to OVHcloud
33
excerpt: Learn how to effectively migrate your Kubernetes cluster from an external provider to OVHcloud, leveraging its features and flexibility.
4-
updated: 2025-07-18
4+
updated: 2025-08-19
55
---
66

77
## Objective
@@ -41,24 +41,24 @@ Ensure the Velero Helm chart is installed on your Kubernetes cluster and configu
4141
- Refer to the [official Velero documentation on backup reference](https://velero.io/docs/v1.16/backup-reference/){.external} to back up your Kubernetes manifests and Persistent Volume Claims (PVCs).
4242
- Ensure that all backups are successfully stored in your configured OVHcloud Object Storage.
4343

44-
2. **Pick a flavour and node pool for your new OVHcloud cluster**
45-
46-
- **Size your worker nodes:** Carefully assess your existing architecture's CPU and RAM requirements and select OVHcloud node flavors that match these specifications.
47-
- **Replicate network setup:** Ensure your new cluster's network configuration mirrors your original cluster (e.g., private nodes on a private subnet, dedicated outbound gateway).
48-
- **Choose deployment mode:** Select a deployment mode (e.g., 1AZ or 3AZ) based on your fault tolerance needs and high availability requirements.
49-
5044
3. **Create your target Kubernetes cluster on OVHcloud**
5145

5246
- Follow the instructions in the OVHcloud documentation for [creating a Kubernetes cluster](/pages/public_cloud/containers_orchestration/managed_kubernetes/creating-a-cluster).
5347
- Choose your preferred deployment mode and proceed with the cluster creation.
5448
- **Optional:** OVHcloud Professional Services can assist you in creating an Infrastructure-as-Code script for your new Kubernetes deployment using OpenTofu, streamlining the provisioning process.
5549

56-
4. **Deploy Velero Helm chart on the new cluster**
50+
4. **Pick a flavour and node pool for your new OVHcloud cluster**
51+
52+
- **Size your worker nodes:** Carefully assess your existing architecture's CPU and RAM requirements and select OVHcloud node flavors that match these specifications.
53+
- **Replicate network setup:** Ensure your new cluster's network configuration mirrors your original cluster (e.g., private nodes on a private subnet, dedicated outbound gateway).
54+
- **Choose deployment mode:** Select a deployment mode (e.g., 1AZ or 3AZ) based on your fault tolerance needs and high availability requirements.
55+
56+
5. **Deploy Velero Helm chart on the new cluster**
5757

58-
- On your newly created OVHcloud Kubernetes cluster, deploy the Velero Helm chart.
58+
- On your newly created OVHcloud Kubernetes cluster, deploy the Velero Helm chart. To do this, you can follow this [guide](/pages/public_cloud/containers_orchestration/managed_kubernetes/backing-up-cluster-with-velero).
5959
- Crucially, point Velero to the same OVHcloud S3-compatible endpoint that contains your existing backups. This action will automatically make your backup resources available to the new cluster.
6060

61-
5. **Restore your backups onto the new cluster**
61+
6. **Restore your backups onto the new cluster**
6262

6363
- Utilize the Velero CLI to restore all your previous backups onto the new cluster. Refer to the Velero [documentation on file system backup](https://velero.io/docs/v1.16/file-system-backup/){.external} for detailed commands.
6464
- Before restoring, set your application to maintenance mode on the source cluster to prevent data inconsistencies during the transition.
@@ -67,21 +67,21 @@ Ensure the Velero Helm chart is installed on your Kubernetes cluster and configu
6767
- Map the source cluster's storage class to the target cluster's equivalent using [Velero configuration](https://velero.io/docs/v1.16/restore-reference/){.external} if your storage classes differ between environments.
6868
- **Optional:** If the deployment process appears overly complex, or if you require assistance with migration and rollback strategies, reach out to the OVHcloud Professional Services team.
6969

70-
6. **Run integration tests to ensure restore is complete**
70+
7. **Run integration tests to ensure restore is complete**
7171

7272
- Execute all your application's integration tests on the new target cluster.
7373
- Thoroughly verify the health and functionality of your applications after the deployment.
7474
- If any issues are detected, be prepared to roll back to your source cluster if necessary.
7575

76-
7. **Seek Professional Services assistance (if needed)**
76+
8. **Seek Professional Services assistance (if needed)**
7777

7878
If certain resources from your source cluster are particularly complex or require specialized knowledge for migration, the OVHcloud Professional Services team is available to provide expert assistance. You can find more information about their services [here](https://www.ovhcloud.com/en-gb/professional-services/){.external}.
7979

80-
8. **Set up Saving Plans (if needed)**
80+
9. **Set up Saving Plans (if needed)**
8181

8282
Explore the option of [OVHcloud Saving Plans](/pages/public_cloud/public_cloud_cross_functional/savings_plans) to optimize your cloud costs. Learn more about the available Saving Plans to determine if they align with your financial strategy.
8383

84-
9. **Decommission your source cluster**
84+
10. **Decommission your source cluster**
8585

8686
Once you have thoroughly validated that your applications are running correctly and stably on the new OVHcloud Kubernetes cluster, you can proceed to safely delete your source cluster.
8787

0 commit comments

Comments
 (0)