Create a Linode account to try this guide with a $ credit.
This credit will be applied to any valid services used during your first  days.

Abstract

Create a completely segmented software-defined network using Linode VLANs and Wireguard® to host inter-data center Software as a Service (Saas) applications.

In this example, all nodes (the app and database) have their eth0 interface set to a L2 VLAN IP which will prevent the nodes from being generally accessible. Node interoperability is routed through the Wireguard®/NGINX gateway to facilitate external networking; this also allows the gateway to be used as a bastion/entry point to the VPC segments. Networking operability is created and defined during the provisioning process using Terraform where each node runs Wireguard locally for intranet discovery. This allows nodes to talk to each other and know which is the gateway.

Traffic is routed from an edge CDN to a Wireguard® gateway that is also purposed as a NGINX load balancer. The traffic is then proxied to a group of app servers hosting a SaaS defined in an upstream. Each FQDN server defined in the upstream resolves to an internal VLAN IP which NGINX will route traffic to.

The application communicates with a MongoDB cluster which is configured as a replica set between nodes in different data centers. The MongoDB replica set can be deployed with its own VLAN or use the previously defined VLAN. MongoDB can be configured as a replica set with one primary server and many secondary servers which receive replication data. Application client drivers can connect to the replica set as a string which has logic to write to the primary.

As the application is primarily a SaaS, most of the state is maintained in the database and application changes are propagated via a code repository like Git.

Technologies Used

Business Benefits

  • A single egress IP makes it easier to whitelist external service allows connections
  • Network isolation and segmentation of compute assets offers protection against threat actors
  • Redundant, secure and geo-distributed applications via VPC-like implementation

Considerations

Routing traffic through a single aggregation point creates a choke point where the gateway’s bandwidth is limited by the Linode instance type.

Diagrams

Thumbnail of redundant cross-datacenter application reference architecture diagram

“WireGuard” is a registered trademark of Jason A. Donenfeld.

This page was originally published on


Your Feedback Is Important

Let us know if this guide was helpful to you.