Skip to content

Commit 8894ec5

Browse files
committed
Format updates
1 parent 9f7d50f commit 8894ec5

File tree

1 file changed

+16
-16
lines changed
  • pages/public_cloud/containers_orchestration/managed_kubernetes/migration-from-free-to-standard

1 file changed

+16
-16
lines changed

pages/public_cloud/containers_orchestration/managed_kubernetes/migration-from-free-to-standard/guide.en-gb.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ For a complete overview, including a detailed comparison table between Free and
4141
> In the meantime, plan your migration accordingly and consider alternatives such as reconfiguring DNS records or using load balancer services.
4242
>
4343
44-
1. **Install, configure Backup Tool and back up your cluster**
44+
### 1. Install, configure Backup Tool and back up your cluster
4545

4646
Before migrating your cluster, ensure that a backup solution is installed and configured. You can use Trilio, CloudCasa, or Velero depending on your preference.
4747

@@ -57,38 +57,38 @@ Choose your backup tool:
5757
- For Trilio, follow our guide [here](/pages/public_cloud/containers_orchestration/managed_kubernetes/backup-and-restore-cluster-namespace-and-applications-with-trilio).
5858
- For CloudCasa, follow our guide [here](/pages/public_cloud/containers_orchestration/managed_kubernetes/backup-and-restore-cluster-using-cloudcasa).
5959

60-
2. **Create your target Kubernetes cluster on OVHcloud**
60+
### 2. Create your target Kubernetes cluster on OVHcloud
6161

6262
Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned.
6363

6464
Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu and click on `Create a cluster`{.action}.
6565

6666
![Create a cluster](images/creating-a-cluster1.png){.thumbnail}
6767

68-
3. **Pick a flavor and node pool for your new OVHcloud cluster**
68+
### 3. Pick a flavor and node pool for your new OVHcloud cluster
6969

70-
- **Size your worker nodes**: Carefully assess your existing architecture's CPU and RAM requirements and select OVHcloud node flavors that match these specifications.
71-
- **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).
72-
- **Choose deployment mode**: Select a deployment mode (e.g. 1AZ or 3AZ) based on your fault tolerance needs and high availability requirements.
70+
- **Size your worker nodes**: Carefully assess your existing architecture's CPU and RAM requirements and select OVHcloud node flavors that match these specifications.
71+
- **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).
72+
- **Choose deployment mode**: Select a deployment mode (e.g. 1AZ or 3AZ) based on your fault tolerance needs and high availability requirements.
7373

7474
> [!primary]
7575
>
7676
> The Standard plan is currently available only in 3AZ regions (Paris). Make sure your migration targets a compatible region to avoid deployment issues.
7777
>
7878
79-
4. **Restore your backups onto the new cluster**
79+
### 4. Restore your backups onto the new cluster
8080

8181
Before migrating your workloads, you need to deploy your chosen backup tool on the new Standard cluster. This ensures that your backups are properly restored and that the migration process can proceed smoothly.
8282

8383
Choose the documentation corresponding to the tool you are using:
8484

8585
> [!tabs]
8686
> **Via Velero**
87-
>> 1. **Deploy Velero on the new cluster**
87+
>> 1\. **Deploy Velero on the new cluster**
8888
>>
8989
>> Install the Velero Helm chart on your newly created OVHcloud Kubernetes cluster by following the **Installing Velero** part of [this guide](/pages/public_cloud/containers_orchestration/managed_kubernetes/backing-up-cluster-with-velero/).
9090
>>
91-
>> 2. **Configure access to your backups**
91+
>> 2\. **Configure access to your backups**
9292
>>
9393
>> Make sure Velero on the new cluster points to the same OVHcloud S3-compatible<sup>1</sup> Object Storage bucket that was used for your backups. This will automatically make your existing backup metadata visible to the new cluster.
9494
>>
@@ -100,7 +100,7 @@ Choose the documentation corresponding to the tool you are using:
100100
>>
101101
>> Replace <backupName> with the name of your backup.
102102
>>
103-
>> 3. **Restore your backup**
103+
>> 3\. **Restore your backup**
104104
>>
105105
>> Use the Velero CLI to restore resources from a backup:
106106
>>
@@ -112,7 +112,7 @@ Choose the documentation corresponding to the tool you are using:
112112
>>
113113
>> You can add options such as --include-namespaces or --exclude-resources to fine-tune what is restored.
114114
>>
115-
>> 4. **Validate the restore**
115+
>> 4\. **Validate the restore**
116116
>>
117117
>> Once the restore is complete, check that your workloads, services, and configurations are correctly running:
118118
>>
@@ -136,7 +136,7 @@ Choose the documentation corresponding to the tool you are using:
136136
>> Follow the **step 6 - Run a restore operation for the dummy application** of [this guide](/pages/public_cloud/containers_orchestration/managed_kubernetes/backup-and-restore-cluster-using-cloudcasa).
137137
>>
138138
139-
5. **Validate the Migration**
139+
### 5. Validate the Migration
140140
141141
After restoring your workloads, check that the cluster is fully functional:
142142
@@ -145,25 +145,25 @@ After restoring your workloads, check that the cluster is fully functional:
145145
- Check logs and events for errors or misconfigurations.
146146
- Execute all your application's integration tests on the new target cluster.
147147
148-
6. **Adjust Cluster Resources**
148+
### 6. Adjust Cluster Resources
149149
150150
Some workloads may require fine-tuning after the migration:
151151
152152
- Re-create Load Balancers or reconfigure Ingresses if public IPs have changed.
153153
- Ensure CRDs, Secrets, and ConfigMaps are properly restored.
154154
155-
7. **Clean Up Old Resources**
155+
### 7. Clean Up Old Resources
156156
157157
Once you’ve validated that everything is running correctly in the Standard cluster:
158158
159159
- You can repurpose the source cluster (Free plan) to host testing or staging environments.
160160
- Alternatively, decommission it if it is no longer needed.
161161
162-
8. **Set up Saving Plans (if needed)**
162+
### 8. Set up Saving Plans (if needed)
163163
164164
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.
165165
166-
9. **Post-Migration Best Practices**
166+
### 9. Post-Migration Best Practices
167167
168168
- Set up monitoring and alerting to track the health of the new cluster.
169169
- Schedule regular backups with Velero, Trilio, or CloudCasa.

0 commit comments

Comments
 (0)