Kong / go-pdk

Write Kong plugins in Go! 🦍
https://pkg.go.dev/github.com/Kong/go-pdk
Apache License 2.0
146 stars 50 forks source link

How can i use custom golang plugin on kong ingress controller? #203

Open snxq opened 5 months ago

snxq commented 5 months ago

I wrote a plugin using go-pdk and tested it successfully in docker. However I couldn't find any documentation about deploying it on the Kong Ingress Controller.Is it supported?