In case you observe the K8s world, you might have in all probability heard that the Gateway API has been launched as beta this previous summer time!
As a superset of the Ingress API, the Gateway API gives a variety of energy to groups, by letting non-admin of us get non-admin duties accomplished.
In case you needed to check out the Gateway API, however weren’t certain the place to begin, I created a easy and simple demo that walks by 3 widespread use circumstances, and you’ll see how easy it’s!
The steps are outlined on my repo right here.
A tough overview is that you’ll deploy a pattern software httpbin
, and create a Gateway with the Istio Gateway Controller.
Then you may check out 3 situations:
- Including a brand new path to your
HTTPRoute
- Visitors shifting between v1 and v2 of your software
- Making an attempt a brand new Gateway! (this one is my private fave)
Attempt it out, and go away any questions that you just might need right here! 🙂