Tyk Operator with multiple Gateway replicas

I’m using Tyk OSS with multiple replicas. I’m trying to use Tyk Operator to push my API changes to my Tyk replicas.

However, it seems like Tyk OSS only tries to push the API once, causing one replica to have the change and the remaining replicas not to have the change.

Is this intended behavior?

Thanks,

Trung

Yes, that’s because the request was only sent to a single instance and the others aren’t synced.

The solution is to either use Tyk pro or ensure syncing through persistent storage. We have an example linked here