Join us on Thursday, May 23rd with Buoyant & Ambassador as we dive into the battle of the Service Mesh vs the API Gateway. Register Now.

A Guide for Engineering Leaders

Implementing Edge Stack API Gateway

How to implement Edge Stack to modernize your system and save you money?

How do teams use Edge Stack? Who owns it? And what does it cost to run? How many CPUs is this thing going to require? Get all these and more questions answered in this guide.

What is Ambassador Edge Stack?

Edge Stack, a cloud-native solution, offers advanced API gateway capabilities that empower organizations to unlock the full potential of their microservices architecture and simplifies modern application development and management.

Ambassador makes it very easy for us to manage endpoints across all our regions worldwide and is able to seamlessly adapt and work with every region’s 80 different endpoints, each with varying configuration requirements.

Nashon Steffen

Staff Infrastructure Development Engineer | Mercedes-Benz

Designed and Built for Cloud Native Workloads

Your team needs an API gateway to handle traffic coming into your Kubernetes clusters, and you’re considering Edge Stack API Gateway. You need to consider two big-picture things as your team moves forward: personnel and budget. How do teams use Edge Stack? Who owns it? And what does it cost to run? How many CPUs is this thing going to require?


Let’s start by looking at the architecture of Edge Stack API Gateway and where it sits in your larger environment, as that influences how teams use it. Ambassador Edge Stack is a single entry point for traffic into your Kubernetes cluster. Multiple Edge Stack installations can co-exist in one cluster, but this is not commonly necessary.

The architecture of Edge Stack is comprised of:

  • Load Balancer - created by your cloud provider or, if you are running on your servers, your team, as part of the installation process
  • Edge Stack Proxy - the containers that route traffic to your internal services
  • Redis - used for rate limiting and authentication
  • Ambassador Agent - communicates with Ambassador Cloud to provide your team with information via our dashboards and service catalog, and to verify your license and usage.

Teams install Edge Stack resources into an “ambassador” namespace, and the installation permits the resources to read routing configuration resources (Mappings) from the rest of the cluster. This design strikes a balance between distributed flexibility and centralized control. It allows shared network infrastructure to be used by many different and non-coordinating teams, all bound by the policies and constraints set by cluster operators.

How Edge Stack Enables Teams to Deploy with Speed and Safety

One of the biggest problems that Edge Stack solves for organizations is allowing development teams to quickly deploy and make changes without being blocked by a centralized cluster operations team (this team may have many different names, i.e., DevOps/Platform/Cloud Engineering, etc). It allows application teams to own their routing configuration, and they only have to understand one Kubernetes resource, the Mapping, to get traffic flowing to their apps. Cluster operators have their workload reduced by not being the gatekeepers of routing configuration. We commonly see responsibilities divided as follows:

Platform Teams
  • Installs, updates, and maintains Edge Stack
  • Sets up dashboards for monitoring Edge Stack resource usage, health, and logs
  • Configures external authentication services like SSO or JWT validation
  • Sets global rate limit or authentication requirements
  • Creates Host resources (what hostnames Edge Stack will listen on)
  • Configures TLS settings (using the builtin Let’s Encrypt integration or using another certificate-creation system)
Development Teams
  • Create Mappings to route traffic to their applications
  • Control retry and timeout settings
  • Set app or route-specific rate limiting and authentication
  • Set up app-specific dashboards using metrics from Edge Stack
We can help you to:
  • Identify which team will own the Edge Stack installation
  • Train your teams on their roles and how to succeed with their responsibilities
Interested in learning more about Edge Stack?

Required Resources: Edge Stack Benchmarks

You now know the people you need to run Edge Stack. What about compute resources?


The Edge Stack API gateway application is a wrapper around Envoy Proxy that retrieves mappings, compiles them into an Envoy configuration, and manages rate limiting and authentication requests. Envoy is extremely fast, but every time a request is received, Envoy must search its configuration for where to route the request. Because of that, Edge Stack benefits from being on CPU-optimized servers with faster processor speeds.


Performance depends on the number and complexity of three different parameters:

  • Hosts (hostnames Edge Stack might receive traffic from)
  • Mappings (routing configurations)
  • Backends (services or containers the mappings point to)


The range of possible configurations is massive, so it is difficult to provide exact performance numbers upfront. You might have 1,000 Hosts pointing to ten Mappings that route traffic to one backend, or you might have one Host that points to 10,000 Mappings pointing to 10,000 backends, and anything between those scenarios. Our team can help you determine your situation during the initial implementation process. However, we can provide some general benchmark numbers to give you a starting place for budgeting the hardware to allocate (pricing dependent on your vendor or data center).


Edge Stack scales very well across RAM and CPU usage, the primary change being in RAM usage in Envoy Proxy, affected by the number of permutations of Hosts/Mappings/backends.

Latency Performance: P50 and P95 Benchmarks

Another often-asked question is how Edge Stack and its features affect request latency. When not using rate limiting or authentication features on a route, Edge Stack is nearly invisible compared to a Load Balancer pointed directly at a Kubernetes service.


The rate limiting and authentication features use both Redis and often some external service, such as a JWT signing authority, or an OAuth provider. In a benchmark making 1,000 requests per second against a single Edge Stack container, we see sub-millisecond latency increases on average for both the rate limiting and JWT authentication features. For OAuth the increases are much larger, caused by the latency of the requests to an external OAuth provider (in this case an Okta development server). Optimizing the request path to your OAuth provider would yield better performance.

Note: Baseline numbers are provided for comparison. Baseline speed could vary from test to test based on distance to data center, network speed, etc. Deltas are the % increase from the baseline. Each test was conducted individually. Increases would only apply to requests using each feature, i.e. only requests using OAuth would see the latency change from the OAuth feature.

Redis

For rate limiting and authentication, Edge Stack makes additional calls to a Redis server. The Edge Stack Helm chart installs Redis by default. Installing Redis this way provides the most convenient and usually the best latency result because it is right next to the Edge Stack containers in your cluster. However, your team may have different requirements for how to manage Redis. They can install Redis into the cluster themselves or use an externally managed solution from a vendor and then configure Edge Stack to use that Redis installation. The most important consideration is keeping Redis colocated as close as possible to Edge Stack in your network to reduce the latency cost when using the rate limiting and authentication features.

Summary

The two primary considerations for engineering leaders when implementing Edge Stack are:

  • Personnel
  • Compute cost


You’ll need a team that can install and run Edge Stack and training for both them and the developers who will be using Mappings to route traffic to their applications. You’ll also need to budget for the resources Edge Stack requires in CPU and memory (and Redis if your team decides to run it separately). Our implementation specialists can help you with both!

Interested in learning more about Edge Stack?