mirror of
https://github.com/netbirdio/docs.git
synced 2026-04-18 16:36:35 +00:00
Rename menu and article
This commit is contained in:
@@ -53,15 +53,21 @@ export const docsNavigation = [
|
|||||||
isOpen: true,
|
isOpen: true,
|
||||||
links: [
|
links: [
|
||||||
{
|
{
|
||||||
title: 'Remote Webserver Access',
|
title: 'Access Remote Webserver',
|
||||||
href: '/how-to/secure-remote-webserver-access'
|
href: '/how-to/secure-remote-webserver-access'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Add Servers to the Network',
|
title: 'Add Servers to the Network',
|
||||||
href: '/how-to/setup-keys-add-servers-to-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'
|
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.
|
* **Security Vulnerabilities**: Exposing databases or application servers to the public internet during migration increases
|
||||||
* **Network Complexity**: Setting up VPNs or configuring firewall rules for temporary access complicates the migration process and can lead to misconfigurations.
|
the risk of data breaches and unauthorized access.
|
||||||
* **Performance Issues**: Traditional methods may suffer from latency and bandwidth limitations, slowing down large data transfers.
|
* **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:
|
This guide introduces NetBird as a solution for secure and efficient workload migration by:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user