mirror of
https://github.com/netbirdio/docs.git
synced 2026-04-16 15:36:36 +00:00
Rename menu and article
This commit is contained in:
@@ -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'
|
||||
},
|
||||
]
|
||||
|
||||
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user