I noticed with the release of Kong v2 Go plugins are now supported. This is great and something we’d like to take advantage of. We’re using the latest Kong Ingress Controller are Go plugins supported? All the documentaion points to Lua still.
Yes. Kong Ingress Controller doesn’t care if a plugin is written in Go or Lua. All you need to ensure is that the plugin is installed in Kong’s Docker image and loaded into Kong. Once the plugin is available, you can use KongPlugin resource to configure it.