How to Create a Custom Lua Plugin for Kong Gateway
This tutorial shows you how easy it is to build a custom Lua plugin for Kong Gateway. My Kong Lua plugin example will automatically add a custom header to any…
This tutorial shows you how easy it is to build a custom Lua plugin for Kong Gateway. My Kong Lua plugin example will automatically add a custom header to any…
When going to production with new releases there are two methods of reducing deployment risk that, though proven, are often underutilized. The methods are Canary Releases and Blue/Green Deployments.
This post has been archived. For more relevant information, please review our hybrid mode documentation. Starting with Kong CE 0.13 and the upcoming EE 0.32, it is possible to…
We are happy to announce the availability of the official Alpine based Docker image, available starting from 0.11.x by pulling the “{version}-alpine” tag, for example:
1 | $ docker pull kong:0.11-alpine |
The Alpine based image…