Skip to content

Commit

Permalink
Address feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
damasosanoja committed Oct 2, 2024
1 parent c1262af commit 7b183e2
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions src/pages/how-to/db-workload-migration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,15 @@ This guide introduces NetBird as a solution for secure and efficient workload mi

This approach not only bolsters security but also simplifies the migration process, making it faster and more reliable, crucial benefits for teams managing large-scale data transfers or frequent workload migrations across diverse environments.

To demonstrate how to set up and use NetBird for secure and efficient database workload migration, we'll:
To demonstrate how to use NetBird for securely migrating workloads to the cloud while maintaining access to on-premise databases, we'll walk through the following process:

* Set up a local PostgreSQL database with a sample table and a Python-based workload, simulating an on-premise environment.
* Migrate the Python workload to a cloud instance.
* Establish a secure connection using NetBird.
* Verify the migrated workload's access to the on-premise database.
* Set up a local PostgreSQL database with a sample table, simulating an on-premise data resource.
* Create a Python-based workload that interacts with this database, representing an on-premise application.
* Migrate the Python workload to a cloud instance, while keeping the database on-premise.
* Establish a secure connection between the cloud workload and on-premise database using NetBird.
* Verify that the migrated cloud workload can securely access and interact with the on-premise database.

This process illustrates a practical scenario of migrating workloads to the cloud while maintaining secure access to on-premise data resources.
This practical scenario illustrates how NetBird enables organizations to use cloud resources for workloads while maintaining secure access to sensitive on-premise data, facilitating a hybrid cloud approach to database workload migration.

## Prerequisites

Expand Down

0 comments on commit 7b183e2

Please sign in to comment.