DEV Community

Cover image for The new API Gateway
Maxime Guilbert
Maxime Guilbert

Posted on • Edited on

1 1

The new API Gateway

Discovered recently and actually in alpha, the Kubernetes-sigs community is developing an "API Gateway".


More generic, extensible, and expressive than the current Ingress. Mostly, it's role-oriented.

Today we have one element which manages the traffic to services. With the API Gateway we will have multiple layers :

  • Gateway Class: For infra admin - This represents a kind of Gateway that can be created by the infrastructure provider.
  • Gateway: For cluster admin - This is the load balancer element where we bind different listeners.
  • HTTP Route: For devs - This one does the traffic redirection matching some elements like the hostname, path, header...

With these elements, we will natively have some functionalities like traffic splitting.


It's just a quick post to give you a taste of it. If you're interested their documentation is really good, so go check it!

Links


I hope it will help you!

AWS Q Developer image

Your AI Code Assistant

Generate and update README files, create data-flow diagrams, and keep your project fully documented. Built to handle large projects, Amazon Q Developer works alongside you from idea to production code.

Get started free in your IDE

Top comments (0)

AWS GenAI LIVE image

How is generative AI increasing efficiency?

Join AWS GenAI LIVE! to find out how gen AI is reshaping productivity, streamlining processes, and driving innovation.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay