pliwang

Results 6 comments of pliwang

Error Logs ![IMG_20230821_111423](https://github.com/apache/apisix/assets/142763240/e934d100-8532-40e7-a089-a3974e84524c)

The reason of 502 is that my service can only support about 1000 concurrency. I have five such services. When 3000 concurrency, I expect each service to be able to...

` { "createdIndex": 62589, "modifiedIndex": 62589, "key": "/apisix/2-default-ns/routes/daadccdb", "value": { "name": "ingress_demo11_cloudspace_demo1_8001__/podip/h11", "desc": "Created by apisix-ingress-controller, DO NOT modify it manually", "labels": { "managed-by": "apisix-ingress-controller", "svcPort": "8001", "projectId": "2", "sourceType":...

` { "nodes": [ { "createdIndex": 62549, "modifiedIndex": 62632, "key": "/apisix/2-default-ns/upstreams/bb223adb", "value": { "name": "cloudspace_demo1_8001", "desc": "Created by apisix-ingress-controller, DO NOT modify it manually", "nodes": [ { "port": 8000, "host":...

> > 30 routes correspond to an upstream. > > Do you mean to say that each route corresponds to a certain upstream or each route corresponds to the same...

> @pliwang Can you provide the `ApisixUpstream` config or `Ingress` config, whatever you used with ingress controller to configure the upstream? ```yaml apiVersion: extensions/v1beta1 kind: Ingress metadata: annotations: kubernetes.io/ingress.class: apisix...