Custom plugins in GKE

I am looking to deploy Kong in GKE along with some custom plugins, does anyone have any experience on what the best way to go about doing that is? Is there a way to install custom plugins with Konnect if we decide to go with a hybrid deploy? What’s the procedure if it’s a dbless deploy?

Thanks in advance!

@Nicky - Even if its Konnect, it basically uses a docker image of Kong, and you can package the plugins to a custom image based on the version of your choice and you can deploy the same way.

For a DB-less, there are environment variables where you can turn them off. Hope this helps.

1 Like