You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/blog/_posts/2023-10-18-gateway-api-time-to-switch-i2gw/index.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,10 +46,10 @@ Some of the limitations are:
46
46
To overcome this, Gateway API is designed to provide a more flexible, extensible, and powerful way
47
47
to manage traffic to your services.
48
48
49
-
Gateway API is just weeks away from a GA release. It provides a standard Kubernetes API for ingress
50
-
traffic control. It offers extended functionality, improved customization, and greater flexibility.
51
-
By focusing on modular and expressive API resources, Gateway API makes it possible to describe a
52
-
wider array of routing configurations and models.
49
+
Gateway API is just weeks away from a GA (General Availability) release. It provides a standard
50
+
Kubernetes API for ingress traffic control. It offers extended functionality, improved
51
+
customization, and greater flexibility. By focusing on modular and expressive API resources, Gateway
52
+
API makes it possible to describe a wider array of routing configurations and models.
53
53
54
54
The transition from Ingress API to Gateway API in Kubernetes is driven by advantages and advanced
55
55
functionalities that the Gateway API offers, with its foundation built on four core principles: a
@@ -82,8 +82,7 @@ intended for use in cases where you want to inspect the HTTP stream and use HTTP
82
82
either routing or modification, for example using HTTP Headers for routing, or modifying them
83
83
in-flight.
84
84
85
-
{{< figure src="gateway-api-resources.svg" caption="Diagram showing the APIs that make up Gateway
86
-
and how they relate to each other" >}}
85
+
{{< figure src="gateway-api-resources.svg" alt="Diagram showing the APIs that make up Gateway and how they relate to each other. The APIs shown are GatewayClass, Gateway, and HTTPRoute; the Service API is also shown" caption="The APIs that make up Gateway" class="diagram-medium" >}}
0 commit comments