Is there an existing issue for this?
Current Behavior
🔎 Summary
In a DB-less Kong deployment with multiple replicas, one Kong instance intermittently serves 404 responses due to incomplete route configuration, while other instances function correctly.
This results in inconsistent routing behavior depending on which pod receives the request.
Controller Resources:
requests:
cpu: 25m
memory: 100Mi
limits:
cpu: 100m
memory: 250Mi
🚨 Observed Behavior
🔍 Additional Observations
- No critical errors in logs (log level =
warn)
- Occasional network timeout logs (unclear if related)
- Only partial configuration present on affected pod (TCPIngress present, HTTP Ingress missing)
- https://artifacthub.io/packages/helm/kong/kong/2.27.0 (helm chart we are using to deploy)
💥 Impact
- Intermittent production 404 errors
- Non-deterministic routing behavior
- Difficult to detect via health checks (pods remain Ready)
🔧 Workarounds
- Restarting affected pod → resolves issue temporarily
🙏 Any guidance or pointers would be appreciated.
Expected Behavior
📊 Expected Behavior
All Kong instances should independently converge to the same configuration derived from Kubernetes resources, resulting in consistent routing across all pods.
Steps To Reproduce
### 🧪 Steps to Reproduce (approximate)
1. Deploy Kong (DB-less) with KIC v2.11 and multiple replicas
2. Apply multiple Ingress and TCPIngress resources
3. Send traffic via LoadBalancer
4. Observe intermittent 404 responses
5. Compare `/routes` across pods → one pod shows missing routes
---
Kong Ingress Controller version
### 📦 Environment
* **Kong Version:** 3.3
* **Kong Ingress Controller Version:** 2.11
* **Kubernetes Distribution:** k3s
* **Deployment Mode:** DB-less (`KONG_DATABASE=off`)
* **Replicas:** Multiple (behind LoadBalancer)
Kubernetes version
Client Version: v1.30.7+k3s1
Kustomize Version: v5.0.4-0.20230601165947-6ce0bf390ce3
Server Version: v1.30.7+k3s1
Anything else?
No response
Is there an existing issue for this?
Current Behavior
🔎 Summary
In a DB-less Kong deployment with multiple replicas, one Kong instance intermittently serves 404 responses due to incomplete route configuration, while other instances function correctly.
This results in inconsistent routing behavior depending on which pod receives the request.
Controller Resources:
🚨 Observed Behavior
Requests via LoadBalancer intermittently return:
200 OK(healthy pods)404 Not Found(faulty pod)Kong Admin API comparison across pods:
Faulty pod:
Readyfrom Kubernetes perspective🔍 Additional Observations
warn)💥 Impact
🔧 Workarounds
🙏 Any guidance or pointers would be appreciated.
Expected Behavior
📊 Expected Behavior
All Kong instances should independently converge to the same configuration derived from Kubernetes resources, resulting in consistent routing across all pods.
Steps To Reproduce
Kong Ingress Controller version
Kubernetes version
Anything else?
No response