Hi Team
Im getting below error as mentioned below due to multiple gateways, can you pls check
k describe -n cka7395 httproutes.gateway.networking.k8s.io web-route
Name: web-route
Namespace: cka7395
Labels:
Annotations:
API Version: gateway.networking.k8s.io/v1
Kind: HTTPRoute
Metadata:
Creation Timestamp: 2026-08-10T18:51:01Z
Generation: 2
Resource Version: 3056
UID: 8956c83c-285d-48c1-8cc9-73d94c732c0a
Spec:
Parent Refs:
Group: gateway.networking.k8s.io
Kind: Gateway
Name: nginx-gateway
Namespace: nginx-gateway
Rules:
Backend Refs:
Group:
Kind: Service
Name: web-service
Port: 80
Weight: 1
Matches:
Path:
Type: PathPrefix
Value: /
Backend Refs:
Group:
Kind: Service
Name: api-service
Port: 8080
Weight: 1
Matches:
Path:
Type: PathPrefix
Value: /
Status:
Parents:
Conditions:
Last Transition Time: 2026-08-10T18:53:18Z
Message: All references are resolved
Observed Generation: 2
Reason: ResolvedRefs
Status: True
Type: ResolvedRefs
Last Transition Time: 2026-08-10T18:53:18Z
Message: The Gateway is ignored by the controller
Observed Generation: 2
Reason: GatewayIgnored
Status: False
Type: Accepted
Controller Name: gateway.nginx.org/nginx-gateway-controller
Parent Ref:
Group: gateway.networking.k8s.io
Kind: Gateway
Name: nginx-gateway
Namespace: nginx-gateway
Events:
cluster3-controlplane ~ ➜ k get gateway -A
NAMESPACE NAME CLASS ADDRESS PROGRAMMED AGE
cka5673 web-gateway nginx True 9m51s
nginx-gateway nginx-gateway nginx False 3m33s
cluster3-controlplane ~ ➜ k describe gateway -n nginx-gateway
Name: nginx-gateway
Namespace: nginx-gateway
Labels:
Annotations:
API Version: gateway.networking.k8s.io/v1
Kind: Gateway
Metadata:
Creation Timestamp: 2026-08-10T18:51:01Z
Generation: 1
Resource Version: 2924
UID: 2684ffc2-7829-4f33-bffb-5ab4963417be
Spec:
Gateway Class Name: nginx
Listeners:
Allowed Routes:
Namespaces:
From: All
Name: http
Port: 80
Protocol: HTTP
Status:
Conditions:
Last Transition Time: 2026-08-10T18:51:01Z
Message: The resource is ignored due to a conflicting Gateway resource
Observed Generation: 1
Reason: GatewayConflict
Status: False
Type: Accepted
Last Transition Time: 2026-08-10T18:51:01Z
Message: The resource is ignored due to a conflicting Gateway resource
Observed Generation: 1
Reason: GatewayConflict
Status: False
Type: Programmed
Events:

