Y
Hacker News
new
|
ask
|
show
|
jobs
by
pachico
623 days ago
I wish there was an alternative to Kong API gateway where I didn't need to write my plugins in Lua (the go and js sdks seem abandoned and are incomplete).
6 comments
szarapka
623 days ago
Have you tried KrakenD?
https://www.krakend.io/
- plugins are written in Go
link
hrpnk
623 days ago
Have you seen
https://github.com/zalando/skipper
? You can implement custom filters in Golang.
link
komuW
623 days ago
Have you looked at Tyk?
https://github.com/TykTechnologies/tyk/
link
null_deref
623 days ago
I used kong on premise is there a use case for it when aws and the likes offer API gateway solutions?
link
kryptn
623 days ago
we're using the kong gateway controller on aws eks, it's pretty neat. I prefer to manage it via argocd/gitops over terraform.
link
matrix2003
623 days ago
Lua has some pretty neat sandbox-type features. I wonder if choosing it is related.
link
whalesalad
623 days ago
Assuming it is built on top of OpenResty
https://github.com/openresty/openresty
link
dilyevsky
623 days ago
What would you prefer to write plugins in?
link
pachico
620 days ago
Because I have custom needs
link
dilyevsky
609 days ago
I mean what language other than lua?
link