jeremytanner / metal_anycast

Building an Anycast application in 5 minutes on Equinix Metal using Terraform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

packet_anycast

Building an Anycast application in 5 minutes on Equinix Metal using Terraform

Also see my blog: Building a high available Anycast application in 5 minutes on Packet

Defining and deploying your applications like we did here, using infrastructure as code and Anycast used to be reserved for the large CDN’s, DNS and major infrastructure providers. Packet now makes it easy for everyone to build high available and low latency infrastructure. Working with Packet has been a great experience and I recommend everyone to give it a spin.

To try this your self: just clone this repo, add a something.tfvars file with your packet API key. then run:

terraform init
terraform plan
terraform apply

and you should be good to go.

About

Building an Anycast application in 5 minutes on Equinix Metal using Terraform


Languages

Language:HCL 57.5%Language:Shell 37.4%Language:Go 5.1%