File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -96,16 +96,17 @@ standard API.
96
96
97
97
## What's the difference between Gateway API and an API Gateway?
98
98
99
- A Gateway is a networking component that allows data to transfer from one
99
+ The concept of a Gateway is a networking component that allows data to transfer from one
100
100
network to another network.
101
101
102
- An API Gateway is a Gateway that deals more specificially with backend services
102
+ An API Gateway is a Gateway implementation that deals more specifically with backend services
103
103
and routes client reqeusts to those backend services. Those services expose an
104
104
API such as HTTP, REST or some other protocol on top of TCP or UDP.
105
105
106
106
Gateway API is an interface, or set of resources, that model service networking
107
- in Kubernetes. One of the main resources is a ` Gateway ` . If you implement
108
- Gateway API, you are a Gateway provider. A ` Gateway ` resource declares the
107
+ in Kubernetes. One of the main resources is a ` Gateway ` . As a Gateway Provider,
108
+ you can implement the Gateway API to model Kubernetes service networking in an
109
+ expressive, extensible, and role-oriented way. A ` Gateway ` resource declares the
109
110
Gateway type (or class) to instantiate and its configuration.
110
111
111
112
Some API Gateways implement Gateway API, while a lot of API Gateways provide
You can’t perform that action at this time.
0 commit comments