Running Varnish on Fly
The goal: run Varnish in a Fly container as a caching proxy in front of another Fly application. I ended up switching to Cloudflare for running a Varnish-style cache in front of my Fly application…
5 posts tagged “fly”.
The goal: run Varnish in a Fly container as a caching proxy in front of another Fly application. I ended up switching to Cloudflare for running a Varnish-style cache in front of my Fly application…
Fly.io lets you deploy Docker containers that will be compiled as a Firecracker VM and run in locations around the world. Fly offer a number of ways to build and deploy apps.
Fly makes it surprisingly easy to configure wildcard DNS, such that is served by a single Fly application (which can include multiple instances in multiple regions with global load-balancing).
Fly offers fly-log-shipper as a container you can run in a Fly application to send all of the logs from your other applications to a logging provider. Several providers are supported.
Fly has a GraphQL API which is used by some of their own tools - I found it while browsing around their code on GitHub.