Hello
We are trying Kong on kubernetes but maybe i miss something.
rate-limiting seems not working on my ingress.
here my ingress
Name: app-ingress
Namespace: default
Address: 192.168.1.161
Default backend: default-http-backend:80 (<error: endpoints “default-http-backend” not found>)
Rules:
Host Path Backends
www.nextvision.com
/users user-service:80 10.244.1.34:80)
/customer customer-service:80 10.244.1.35:80)
Annotations: konghq.com/plugins: rate-limit
kubernetes.io/ingress.class: kong
Events:
root@k1master:/home/azizg/kubedata# k get kongplugins
NAME PLUGIN-TYPE AGE
rate-limit rate-limiting 18m
and here is the plugin
NAME PLUGIN-TYPE AGE
rate-limit rate-limiting 18m
root@k1master:/home/azizg/kubedata# k describe kongplugins rate-limit
Name: rate-limit
Namespace: default
Labels:
Annotations:
API Version: configuration.konghq.com/v1
Config:
Miniute: 2
Policy: local
Kind: KongPlugin
Metadata:
Creation Timestamp: 2020-11-08T12:10:11Z
Generation: 1
Managed Fields:
API Version: configuration.konghq.com/v1
Fields Type: FieldsV1
fieldsV1:
f:config:
.:
f:miniute:
f:policy:
f:metadata:
f:annotations:
.:
f:kubectl.kubernetes.io/last-applied-configuration:
f:plugin:
Manager: kubectl-client-side-apply
Operation: Update
Time: 2020-11-08T12:10:11Z
Resource Version: 173762
Self Link: /apis/configuration.konghq.com/v1/namespaces/default/kongplugins/rate-limit
UID: 0b3c7948-56f9-4ca9-8cb3-96e39288a853
Plugin: rate-limiting
Events:
the service still respond indefenitly…
could you please tell what is wrong ?
thank you for your help