Skip to content

Commit 9353606

Browse files
authored
feat(example): add Docs for example files (#84)
Signed-off-by: Ales Verbic <[email protected]>
1 parent cdc18a8 commit 9353606

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

examples/Readme.md

+34
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# Example
2+
3+
An overview of the example files in this directory.
4+
5+
## Example manifests
6+
7+
frontend.yaml - is an example of manifests for the frontend service
8+
9+
## Use Ingress routing
10+
11+
Use manifests:
12+
13+
- ingress.yaml
14+
- service.yaml
15+
16+
## Use Gateway routing
17+
18+
Use manifests:
19+
20+
- gateway.yaml
21+
- httproute.yaml
22+
- service.yaml
23+
24+
There is an `gateway.yaml` file in the examples folder. It contains the manifests for the KongIngressController and the Gateway API. To use `gateway.yaml`, you need to install the Gateway API CRDs before you install the KongIngressController.
25+
26+
Install Gateway API CRDs for KongIngressController
27+
28+
[Gateway API](https://docs.konghq.com/kubernetes-ingress-controller/3.1.x/guides/services/http/) Kong guides
29+
30+
Install the Gateway API CRDs before installing Kong Ingress Controller.
31+
32+
```bash
33+
kubectl apply -f https://github.com/kubernetes-sigs/gateway-api/releases/download/v1.0.0/standard-install.yaml
34+
```

0 commit comments

Comments
 (0)