|
41 | 41 | for implementations to use.
|
42 | 42 |
|
43 | 43 | * **Q: Where can I find Gateway API releases?<br>**
|
44 |
| - A: Gateway API releases are tags of the [Github repository][1]. |
45 |
| - The [Github releases][2] page shows all the releases. |
| 44 | + A: Gateway API releases are tags of the [Github repository][1]. |
| 45 | + The [Github releases][2] page shows all the releases. |
46 | 46 |
|
47 | 47 | * **Q: How should I think about alpha API versions?<br>**
|
48 |
| - A: Similar to upstream Kubernetes, alpha API versions indicate that resources |
49 |
| - are still experimental in nature and may either be removed or changed in |
50 |
| - breaking ways in future releases of Gateway API. |
| 48 | + A: Similar to upstream Kubernetes, alpha API versions indicate that resources |
| 49 | + are still experimental in nature and may either be removed or changed in |
| 50 | + breaking ways in future releases of Gateway API. |
51 | 51 |
|
52 |
| - See the [Versioning](https://gateway-api.sigs.k8s.io/concepts/versioning/) documentation for more info. |
| 52 | + See the [Versioning](https://gateway-api.sigs.k8s.io/concepts/versioning/) documentation for more info. |
53 | 53 |
|
54 | 54 | * **Q: Which Kubernetes versions are supported?<br>**
|
55 |
| - A: See our policy on [Supported Version](https://gateway-api.sigs.k8s.io/concepts/versioning/#supported-versions) |
| 55 | + A: See our policy on [Supported Version](https://gateway-api.sigs.k8s.io/concepts/versioning/#supported-versions) |
56 | 56 |
|
57 | 57 | * **Q: Is SSL Passthrough supported?<br>**
|
58 |
| - A: SSL Passthrough (wherein a Gateway routes traffic with the [Transport |
59 |
| - Layer Security (TLS)][tls] encryption _intact_ to a backend service instead of |
60 |
| - terminating it) is supported by [TLSRoutes][tlsroute]. See the |
61 |
| - [TLS Guide][tlsguide] for more details about passthrough and other TLS |
62 |
| - configurations. |
| 58 | + A: SSL Passthrough (wherein a Gateway routes traffic with the [Transport |
| 59 | + Layer Security (TLS)][tls] encryption _intact_ to a backend service instead of |
| 60 | + terminating it) is supported by [TLSRoutes][tlsroute]. See the |
| 61 | + [TLS Guide][tlsguide] for more details about passthrough and other TLS |
| 62 | + configurations. |
63 | 63 |
|
64 | 64 | * **Q: What's the difference between Gateway API and an API Gateway?<br>**
|
65 |
| - A: An API Gateway is a general concept that describes anything that exposes |
66 |
| - capabilities of a backend service, while providing extra capabilities for |
67 |
| - traffic routing and manipulation, such as load balancing, request and response |
68 |
| - transformation, and sometimes more advanced features like authentication and |
69 |
| - authorization, rate limiting, and circuit breaking. |
| 65 | + A: An API Gateway is a general concept that describes anything that exposes |
| 66 | + capabilities of a backend service, while providing extra capabilities for |
| 67 | + traffic routing and manipulation, such as load balancing, request and response |
| 68 | + transformation, and sometimes more advanced features like authentication and |
| 69 | + authorization, rate limiting, and circuit breaking. |
70 | 70 |
|
71 |
| - Gateway API is an interface, or set of resources, that model service networking |
72 |
| - in Kubernetes. One of the main resources is a `Gateway`, which declares the |
73 |
| - Gateway type (or class) to instantiate and its configuration. As a Gateway |
74 |
| - Provider, you can implement the Gateway API to model Kubernetes service |
75 |
| - networking in an expressive, extensible, and role-oriented way. |
| 71 | + Gateway API is an interface, or set of resources, that model service networking |
| 72 | + in Kubernetes. One of the main resources is a `Gateway`, which declares the |
| 73 | + Gateway type (or class) to instantiate and its configuration. As a Gateway |
| 74 | + Provider, you can implement the Gateway API to model Kubernetes service |
| 75 | + networking in an expressive, extensible, and role-oriented way. |
76 | 76 |
|
77 |
| - Most Gateway API implementations are API Gateways to some extent, but not all |
78 |
| - API Gateways are Gateway API implementations. |
| 77 | + Most Gateway API implementations are API Gateways to some extent, but not all |
| 78 | + API Gateways are Gateway API implementations. |
79 | 79 |
|
80 | 80 | * **Q: Is Gateway API a standard for API Management?<br>**
|
81 |
| - A: No. API Management is a much broader concept than what Gateway API aims to |
82 |
| - be, or what an API Gateway is intended to provide. An API Gateway can be an |
83 |
| - essential part of an API Management solution. Gateway API can be seen as a |
84 |
| - way to standardize on that aspect of API Management. |
| 81 | + A: No. API Management is a much broader concept than what Gateway API aims to |
| 82 | + be, or what an API Gateway is intended to provide. An API Gateway can be an |
| 83 | + essential part of an API Management solution. Gateway API can be seen as a |
| 84 | + way to standardize on that aspect of API Management. |
85 | 85 |
|
86 | 86 | [1]: https://github.com/kubernetes-sigs/gateway-api
|
87 | 87 | [2]: https://github.com/kubernetes-sigs/gateway-api/releases
|
|
0 commit comments