Rename menu and article

This commit is contained in:
braginini
2024-10-02 15:48:33 +01:00
parent 4a7cc84fc1
commit c1262af23b
2 changed files with 17 additions and 7 deletions

View File

@@ -53,15 +53,21 @@ export const docsNavigation = [
isOpen: true,
links: [
{
title: 'Remote Webserver Access',
title: 'Access Remote Webserver',
href: '/how-to/secure-remote-webserver-access'
},
{
title: 'Add Servers to the Network',
href: '/how-to/setup-keys-add-servers-to-network'
},
]
},
{
title: 'Connect Site-to-Site',
isOpen: true,
links: [
{
title: 'Migrate Workloads',
title: 'Simplify Workload Migrations',
href: '/how-to/db-workload-migration'
},
]

View File

@@ -1,10 +1,14 @@
# Workload Migration with NetBird: Secure and Efficient Data Transfer
# Simplify Connectivity During Workload Migrations
For DevOps and platform engineering teams, workload migration presents significant challenges, especially when transferring data-intensive applications between different environments or cloud providers. Key challenges include:
For DevOps and platform engineering teams, workload migration presents significant challenges, especially when transferring
data-intensive applications between different environments or cloud providers. Key challenges include:
* **Security Vulnerabilities**: Exposing databases or application servers to the public internet during migration increases the risk of data breaches and unauthorized access.
* **Network Complexity**: Setting up VPNs or configuring firewall rules for temporary access complicates the migration process and can lead to misconfigurations.
* **Performance Issues**: Traditional methods may suffer from latency and bandwidth limitations, slowing down large data transfers.
* **Security Vulnerabilities**: Exposing databases or application servers to the public internet during migration increases
the risk of data breaches and unauthorized access.
* **Network Complexity**: Setting up VPNs or configuring firewall rules for temporary access complicates the migration
process and can lead to misconfigurations.
* **Performance Issues**: Traditional methods may suffer from latency and bandwidth limitations, slowing down large data
transfers.
This guide introduces NetBird as a solution for secure and efficient workload migration by: