Skip to content

Commit 8296590

Browse files
committed
Fix FAQ formatting
1 parent b887052 commit 8296590

File tree

1 file changed

+28
-28
lines changed

1 file changed

+28
-28
lines changed

site-src/faq.md

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -41,47 +41,47 @@
4141
for implementations to use.
4242

4343
* **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.
4646

4747
* **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.
5151

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

5454
* **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)
5656

5757
* **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.
6363

6464
* **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.
7070

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

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

8080
* **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.
8585

8686
[1]: https://github.com/kubernetes-sigs/gateway-api
8787
[2]: https://github.com/kubernetes-sigs/gateway-api/releases

0 commit comments

Comments
 (0)