Skip to content

Commit 2dd4eb7

Browse files
xtineskimmlavacca
andauthored
Add tooling page (gwctl, ingress2gateway, policymachinery) (#3409)
* Add tool page to site * Address comment * Apply suggestions from code review Co-authored-by: Mattia Lavacca <[email protected]> --------- Co-authored-by: Mattia Lavacca <[email protected]>
1 parent 49c574d commit 2dd4eb7

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ nav:
7474
Conformance: concepts/conformance.md
7575
Roles and Personas: concepts/roles-and-personas.md
7676
Security Model: concepts/security-model.md
77+
Tools: concepts/tooling.md
7778
Use Cases: concepts/use-cases.md
7879
Versioning: concepts/versioning.md
7980
- Service Mesh:

site-src/concepts/tooling.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Tooling
2+
3+
Gateway API has tooling to facilitate interacting with the resources.
4+
5+
## `ingress2gateway`
6+
7+
Interested in seeing what your ingress resources will look like in Gateway API? `ingress2gateway` provides an easy manner to translate provider-specific resources to Gateway API resources. Managed by the Gateway API SIG-Network subproject.
8+
9+
Get started [here](https://github.com/kubernetes-sigs/ingress2gateway?tab=readme-ov-file#installation)!
10+
11+
## `gwctl`
12+
13+
A command line tool for managing your Gateway API resouces. Explore your policies, xRoutes, and interact with your resources.
14+
15+
Get started [here](https://github.com/kubernetes-sigs/gwctl?tab=readme-ov-file#installation)!
16+
17+
## Third-Party Tooling
18+
19+
### `policy-machinery`
20+
21+
Machinery for implementing Gateway API policies and policy controllers.
22+
23+
Get started [here](https://github.com/Kuadrant/policy-machinery/tree/main)

0 commit comments

Comments
 (0)