Abstract
How would you build a cloud platform to support global deployments?
After building another cloud provider in Python, we picked Go as our main language, and the main open-source technologies we are using are written in… Go.
I will walk you through how we built our own platform engine to enable worldwide deployments of Go applications. We rely on bare metal servers, Nomad, Firecracker, a distributed service mesh backed by Kuma, gRPC, and a lot of Go.