Setting GO plugins in Kubernetes

Hi,

Is there any documentation explaining how to add GO plugin to Kong-ingress-controller? I couldn’t find it

Is it possible to install custom Go Plugins in the K8s ingress controller is similar to this.

The controller doesn’t treat Go plugins any different from other plugins, but the Kong instance it works with will need to have them installed. Since Go plugins require that you compile your plugin code and the plugin server, you’ll need to start with the stock Kong image and build a new image based on it that compiles and installs your code and the plugin server. You’ll then upload that image to a container registry and use it with your controller-managed deployment.