-
|
Hi Team, Is Gateway's I got a usecase where an internal Gateway serves traffic from within the cluster. ManifestsapiVersion: gateway-operator.konghq.com/v1beta1
kind: GatewayConfiguration
metadata:
name: kong-ts
namespace: gateway-controller
spec:
dataPlaneOptions:
deployment:
podTemplateSpec:
spec:
containers:
- name: proxy
image: kong:3.9.1
network:
services:
ingress:
type: ClusterIP
controlPlaneOptions:
deployment:
podTemplateSpec:
spec:
containers:
- name: controller
image: kong/kubernetes-ingress-controller:3.5.2
---
apiVersion: gateway.networking.k8s.io/v1
kind: GatewayClass
metadata:
name: kong-ts
spec:
controllerName: konghq.com/gateway-operator
parametersRef:
group: gateway-operator.konghq.com
kind: GatewayConfiguration
name: kong-ts
namespace: gateway-controller
---
apiVersion: gateway.networking.k8s.io/v1
kind: Gateway
metadata:
name: kong-ts
namespace: gateway-controller
spec:
gatewayClassName: kong-ts
listeners:
- name: http
protocol: HTTP
port: 80
addresses:
- type: IPAddress
value: 172.16.47.251 # address from cluster's service network address rangeThe Gateway and its Kong components are created successfully but the Check Gateway address |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
👋 I believe what you're looking for is tracked in #63 (and is tested via an upstream conformance test: https://github.com/kubernetes-sigs/gateway-api/blob/main/conformance/tests/gateway-static-addresses.go). We currently don't have a concrete timeline to provide this feature. |
Beta Was this translation helpful? Give feedback.
👋
I believe what you're looking for is tracked in #63 (and is tested via an upstream conformance test: https://github.com/kubernetes-sigs/gateway-api/blob/main/conformance/tests/gateway-static-addresses.go).
We currently don't have a concrete timeline to provide this feature.