Skip to content

Commit 33e99e3

Browse files
committed
implement more feedback
1 parent 5a9d02a commit 33e99e3

File tree

1 file changed

+5
-6
lines changed
  • content/en/blog/_posts/2023-10-18-gateway-api-time-to-switch-i2gw

1 file changed

+5
-6
lines changed

content/en/blog/_posts/2023-10-18-gateway-api-time-to-switch-i2gw/index.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ Some of the limitations are:
4646
To overcome this, Gateway API is designed to provide a more flexible, extensible, and powerful way
4747
to manage traffic to your services.
4848

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.
5353

5454
The transition from Ingress API to Gateway API in Kubernetes is driven by advantages and advanced
5555
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
8282
either routing or modification, for example using HTTP Headers for routing, or modifying them
8383
in-flight.
8484

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" >}}
8786

8887
### Portability
8988

0 commit comments

Comments
 (0)