Kong-Gateway

Kong-Gateway

Docker app from grtgbln's Repository

Overview

Lightweight, fast, and flexible cloud native API gateway.
This is a DB-less version of Kong Gateway. Please refer to "declarative" variants when configuring.

Install Kong-Gateway on Unraid in a few clicks.

Find Kong-Gateway in Community Apps on your Unraid server, review the template, and click Install. Unraid handles the Docker app or plugin setup from the published template.

Open the Apps tab on your Unraid server Search Community Apps for Kong-Gateway Review the template variables and paths Click Install

Requirements


        Expects a "config.yml" file in the Config Path. See documentation: https://docs.konghq.com/gateway/3.10.x/production/deployment-topologies/db-less-and-declarative-config/#declarative-configuration-format
    

Download Statistics

920,008,307
Total Downloads
938,982
This Month
664,398
Avg / Month

Total Downloads Over Time

Loading chart...

Details

Repository
kong/kong-gateway:latest
Last Updated2026-06-23
First Seen2025-05-03

Runtime arguments

Web UI
http://[IP]:[PORT:28002]/
Network
bridge
Privileged
false

Template configuration

Proxy Port - HTTPPorttcp

Container Port: 28000

Target
28000
Default
28000
Value
28000
Proxy Port - HTTPSPorttcp

Container Port: 28443

Target
28443
Default
28443
Value
28443
Admin API Port - HTTPPorttcp

Container Port: 28001

Target
28001
Default
28001
Value
28001
Admin API Port - HTTPSPorttcp

Container Port: 28444

Target
28444
Default
28444
Value
28444
Admin GUI Port - HTTPPorttcp

Container Port: 28002

Target
28002
Default
28002
Value
28002
Admin GUI Port - HTTPSPorttcp

Container Port: 28445

Target
28445
Default
28445
Value
28445
Additional Port 1Porttcp

Container Port: 28003

Target
28003
Default
28003
Value
28003
Additional Port 2Porttcp

Container Port: 28004

Target
28004
Default
28004
Value
28004
Admin UI URLVariable

URL for the Admin UI

Target
KONG_ADMIN_GUI_URL
Default
http://IP_ADDRESS:28002
Value
http://IP_ADDRESS:28002
Config PathPathrw

Parent folder for the Kong configuration file

Target
/kong/declarative
Default
/mnt/user/appdata/kong
Value
/mnt/user/appdata/kong
Internal Config PathVariable

Internal path to the Kong configuration file

Target
KONG_DECLARATIVE_CONFIG
Default
/kong/declarative/config.yml
Value
/kong/declarative/config.yml
Use DatabaseVariable

Disable using a database. Not recommended to change.

Target
KONG_DATABASE
Default
off
Value
off
Internal Proxy Listening InterfaceVariable

Internal interface for the Proxy. Not recommended to change.

Target
KONG_PROXY_LISTEN
Default
0.0.0.0:28000
Value
0.0.0.0:28000
Internal Admin API Listening InterfaceVariable

Internal interface for the Admin API. Not recommended to change.

Target
KONG_ADMIN_LISTEN
Default
0.0.0.0:28001
Value
0.0.0.0:28001
Internal Admin UI Listening InterfaceVariable

Internal interface for the Admin UI. Not recommended to change.

Target
KONG_ADMIN_GUI_LISTEN
Default
0.0.0.0:28002
Value
0.0.0.0:28002
Proxy Logs - AccessVariable

Where to send access logs. Default: Print to stdout

Target
KONG_PROXY_ACCESS_LOG
Default
/dev/stdout
Value
/dev/stdout
Proxy Logs - ErrorVariable

Where to send error logs. Default: Print to stderr

Target
KONG_PROXY_ERROR_LOG
Default
/dev/stderr
Value
/dev/stderr
Admin Logs - AccessVariable

Where to send access logs. Default: Print to stdout

Target
KONG_ADMIN_ACCESS_LOG
Default
/dev/stdout
Value
/dev/stdout
Admin Logs - ErrorVariable

Where to send error logs. Default: Print to stderr

Target
KONG_ADMIN_ERROR_LOG
Default
/dev/stderr
Value
/dev/stderr