policies applied on UI doesn't work in micro gateway deployed to kubernetes as a service

Hello,

I have micro gateway deplyed to kubernetes as a service behind ingress and connected to UI. I see in the edge microgateway logs how configuration has been changed/reloaded:
```
I 2019-12-12T10:57:00.973237348Z 2019-12-12T10:57:00.973Z [24] [microgateway gateway] Configuration change detected. Saving new config and Initiating reload

[24] [microgateway gateway] Received reload instruction. Proceeding to reload 
[24] [microgateway gateway] Reload completed 
[3] [microgateway plugins] using pluginDir 
[3] [microgateway plugins] using plugin dir /opt/apigee/plugins 
[4] [microgateway plugins] using pluginDir 
[4] [microgateway plugins] using plugin dir /opt/apigee/plugins

```
however, when I apply basic rate limiting policy from the demo it seems that micro gateway is not executing the policies at all although configurations changes have been reloaded.

Do I need to enable something more?

0 1 101
1 REPLY 1

ericschult
Participant II

Edgemicro does not process api calls using proxy bundles. You have to use Edgemicro's plugins, not Edge's Policies.

https://docs.apigee.com/api-platform/faq/edge-microgateway-faq#generalquestions-canideployanexisting...