
API Development
API Mocking enables teams to simulate and interact with API services, even when those services or their dependencies are not yet available. This ensures robust development and testing processes.
Here’s why API mocking is so important and some best practices to get it right:
5 Benefits of API Mocking
September 12, 2024 | 8 min read

Kubernetes API Gateway
AWS (Amazon Web Services) is a cloud-based system for building and deploying software. It has over 200 products for a wide range of technologies. One of which includes Amazon Elastic Kubernetes Service (EKS), a container orchestration tool.
Kubernetes is used to maintain and deploy a group of containers at runtime. It’s mostly used alongside several container-based engines, such as Docker, CRI-O, Containerd, etc., for better control and implementation of containerized applications.
This article will teach you about the Amazon EKS architecture and the two methods of deploying a Kubernetes cluster on AWS — using the AWS console or your local machine.
September 10, 2024 | 9 min read

Kubernetes API Gateway
You’re building an e-commerce platform. This is a huge undertaking, so you have split your system into separate services: catalog, inventory, user, order, payment, shipping. Each is needed for the platform to work efficiently, but users can’t have separate access to each. What’s the answer?
A Kubernetes API gateway provides a unified API interface to frontend clients, optimizes API calls for different client types, handles cross-cutting concerns centrally, and aggregates data from multiple services. It does all this while maintaining your platform's security, ensuring it doesn’t become overloaded, and simplifying your overall code.
Let’s examine more closely to understand how they will fit into your services.
September 6, 2024 | 15 min read

Kubernetes API Gateway
I’m Cindy Mullins, the Community Manager here at Ambassador. Our Community Corner segments on LinkedIn feature a weekly deep dive into common questions we get in our Community across all of our products: Edge Stack API Gateway, Telepresence, and Blackbird API Development.
In this session, I wanted to explore how Edge Stack API Gateway resources are defined in Kubernetes and why we take the approach of using custom resource definitions (or CRDs) rather than rely, as some API Gateways do, on the Kubernetes Ingress Resource.
September 3, 2024 | 8 min read

API Development
feat. Civo’s Kunal Kushwaha
August 29, 2024 | 7 min read

API Development
Let's say you're a backend developer for a large fintech company. You've been tasked with building the main set of APIs that'll power this company, and you're only 40% into it. Plus, you've got to launch in just a few days.
At this point, you not only have to finish building this API but integrate and test it. With your limited time, that's nearly impossible. The only way to resolve this issue in the nick of time is by using a mocking API so you and your team can work quickly and in parallel.
Mocking APIs allows you to create a simulated version of an actual web service; in this article, you'll understand how it works, the steps to set up an API mock and some best practices for Mocking APIs.
August 28, 2024 | 13 min read