[EN] Contributing to Envoy Proxy #2: Setting Up the Build Environment — Part 1
📚 This post is part of the Contribution envoy series (Part 3) View full series → Overview This post walks through bringing up a local Kubernetes cluster. Managed offerings such as EKS, GKE, and AKS are the obvious choice for production workloads, but the recurring cost makes them impractical for everyday experimentation. As a more economical alternative, we will stand up a single-node cluster on a personal machine — a setup that is more than sufficient for the kind of iteration we need. ...