You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments