Skip to content

Commit

Permalink
Rename menu and article
Browse files Browse the repository at this point in the history
  • Loading branch information
braginini committed Oct 2, 2024
1 parent 4a7cc84 commit c1262af
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 7 deletions.
10 changes: 8 additions & 2 deletions src/components/NavigationDocs.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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'
},
]
Expand Down
14 changes: 9 additions & 5 deletions src/pages/how-to/db-workload-migration.mdx
Original file line number Diff line number Diff line change
@@ -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:

Expand Down

0 comments on commit c1262af

Please sign in to comment.