atoonk / packet_anycast

Building an Anycast application in 5 minutes on Packet using terraform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

packet_anycast

Building an Anycast application in 5 minutes on Packet 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, update the vars.tf 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 Packet using terraform


Languages

Language:HCL 63.6%Language:Shell 30.1%Language:Go 6.3%