DEV Community

Cover image for The K8 Gateway API πŸš€
Christine Kim
Christine Kim

Posted on

1

The K8 Gateway API πŸš€

If you follow the K8s world, you have probably heard that the Gateway API has been released as beta this past summer!

As a superset of the Ingress API, the Gateway API provides a lot of power to teams, by letting non-admin folks get non-admin tasks completed.

If you wanted to try out the Gateway API, but weren't sure where to start, I created a simple and easy demo that walks through 3 common use cases, and you can see how simple it is!

The steps are outlined on my repo here.

A rough overview is that you will deploy a sample application httpbin, and create a Gateway with the Istio Gateway Controller.
Then you can try out 3 scenarios:

  1. Adding a new route to your HTTPRoute
  2. Traffic shifting between v1 and v2 of your application
  3. Trying a new Gateway! (this one is my personal fave)

Try it out, and leave any questions that you might have here! :)

Image of Datadog

How to Diagram Your Cloud Architecture

Cloud architecture diagrams provide critical visibility into the resources in your environment and how they’re connected. In our latest eBook, AWS Solution Architects Jason Mimick and James Wenzel walk through best practices on how to build effective and professional diagrams.

Download the Free eBook

Top comments (0)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

πŸ‘‹ Kindness is contagious

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

Okay