diff --git a/src/components/NavigationDocs.jsx b/src/components/NavigationDocs.jsx index 4e5c12a0..15220143 100644 --- a/src/components/NavigationDocs.jsx +++ b/src/components/NavigationDocs.jsx @@ -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' }, ] diff --git a/src/pages/how-to/db-workload-migration.mdx b/src/pages/how-to/db-workload-migration.mdx index 97601c4c..37db66a0 100644 --- a/src/pages/how-to/db-workload-migration.mdx +++ b/src/pages/how-to/db-workload-migration.mdx @@ -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: