Skip to content

Commit

Permalink
Update rack-to-rack.md
Browse files Browse the repository at this point in the history
links where designed wrong 
(text)[link] 
instead of [text](link)

fixed 4 links
  • Loading branch information
alex-vaitsiuk committed Dec 13, 2023
1 parent 9489f73 commit 852d161
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/configuration/rack-to-rack.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ url: /configuration/rack-to-rack
---
# Rack-to-Rack Communication

Using Convox’s (internal_router)[/installation/production-rack/aws/] rack parameter along with service configuration (internalRouter)[/reference/primitives/app/service/] you can enable private communication between racks/clusters on your cloud platform. You can complete this in a few simple steps:
Using Convox’s [internal_router](/installation/production-rack/aws/) rack parameter along with service configuration [internalRouter](/reference/primitives/app/service/) you can enable private communication between racks/clusters on your cloud platform. You can complete this in a few simple steps:

## Prerequisites
It is required that you are on rack version `3.10.6` or later. You can check your rack's version by running `convox rack -r rackNAME`
Expand All @@ -16,13 +16,13 @@ You will first need to establish connectivity between your racks in your given c
You will need to manually complete this setup process on your own as we cannot predict your existing infrastructure or how you would need to facilitate or secure this connection/peering to suit your requirements.

## Configuration
Once connectivity is established you will need to change the (internalRouter)[/reference/primitives/app/service/] rack parameter to `true` by running:
Once connectivity is established you will need to change the [internalRouter](/reference/primitives/app/service/) rack parameter to `true` by running:
`convox rack params set internal_router=true –r rackNAME`
* This will install the internal loadbalancer into the VPC that facilitates rack-to-rack communication.
* You can verify that the load balancer was created in your cloud environment by checking it’s applicable service page.


Finally set your desired service to use this internal load balancer by configuring the service attribute (internalRouter)[/reference/primitives/app/service/] to `true` and deploy the application.
Finally set your desired service to use this internal load balancer by configuring the service attribute [internalRouter](/reference/primitives/app/service/) to `true` and deploy the application.

```html
services:
Expand Down

0 comments on commit 852d161

Please sign in to comment.