Skip to content

Commit 9464c86

Browse files
levikobiyoungnick
andauthored
Apply suggestions from code review
Co-authored-by: Nick Young <[email protected]>
1 parent 22ee44c commit 9464c86

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The transition from Ingress API to Gateway API in Kubernetes is driven by advant
2828

2929
### A Role-Oriented Approach
3030

31-
The Gateway API employs a role-oriented approach that aligns with the conventional roles within organizations involved in configuring Kubernetes service networking. This approach enables infrastructure engineers, cluster operators, and application developers to collectively address different aspects of the Gateway API.
31+
Gateway API employs a role-oriented approach that aligns with the conventional roles within organizations involved in configuring Kubernetes service networking. This approach enables infrastructure engineers, cluster operators, and application developers to collectively address different aspects of the Gateway API.
3232

3333
For instance, infrastructure engineers play a pivotal role in deploying GatewayClasses, cluster-scoped resources that act as templates to explicitly define behavior for Gateways derived from them, laying the groundwork for robust service networking.
3434

@@ -37,7 +37,7 @@ For instance, infrastructure engineers play a pivotal role in deploying GatewayC
3737

3838
<!-- Lastly, application developers … -->
3939

40-
![The resources of the Gateway API](gateway-api-resources.png)
40+
![The resources of Gateway API](gateway-api-resources.png)
4141

4242
### Portability
4343
Gateway API is designed to be more portable across different implementations, clusters and environments. It helps reduce Ingress' reliance on non-portable, provider-specific annotations, making your configurations more consistent and easier to manage across multiple clusters.

0 commit comments

Comments
 (0)