概要
- フル名
docker.io/pantsel/konga- Registry
- docker.io
- 名前空間
- pantsel
- リポジトリ
- konga
- キャッシュ Tag 数
- 38
- 最終同期
- 07/13/2026, 02:58 PM
概要
Konga Kong API 网关管理 UI 镜像,Kong Admin API 可视化配置,路由/插件/Upstream 运维控制台。
詳細
pantsel/konga 运行 Konga Kong API Gateway 管理界面,通过 Kong Admin API 可视化配置 Route、Service、Plugin 与 Upstream。定位为 Kong 管理 Web UI,需 Kong Admin API 地址;Kong 网关运维、API 路由可视化或 Homelab Kong 管理控制台。
快速启动
docker run -d --name konga \
-p 1337:1337 \
-e NODE_ENV=production \
docker.io/pantsel/konga:latest
推荐实践
docker run -d --name konga \
--restart unless-stopped \
-p 1337:1337 \
-e NODE_ENV=production \
-e DB_ADAPTER=postgres \
-e DB_URI=postgresql://konga:pass@postgres:5432/konga \
docker.io/pantsel/konga:0.14.9
核心参数说明
-p 1337:1337— Konga Web UIDB_URI— Konga 元数据库(高敏)- 对接 — Kong Admin API (8001)
- 访问 — 限内网运维 RBAC
Kubernetes
apiVersion: apps/v1
kind: Deployment
metadata:
name: konga
spec:
replicas: 1
selector:
matchLabels:
app: konga
template:
metadata:
labels:
app: konga
spec:
containers:
- name: konga
image: docker.io/pantsel/konga:0.14.9
ports:
- containerPort: 1337
envFrom:
- secretRef:
name: konga-env
---
apiVersion: v1
kind: Service
metadata:
name: konga
spec:
selector:
app: konga
ports:
- port: 1337
targetPort: 1337
Secret 存 DB 凭据;Ingress 限运维访问。
最新 Tag(20 件)
すべての 38 件の Tag を見る →| Tag | アーキテクチャ | プッシュ日時 | サイズ | Digest | 同期 | 期望 | 操作 |
|---|---|---|---|---|---|---|---|
docker.io/pantsel/konga :next | linux/amd64 | 2020/05/28 19:40 | 171.8 MB | sha256:2f947455e4a1… | |||
docker.io/pantsel/konga :0.14.9 | linux/amd64 | 2020/05/17 01:04 | 139.1 MB | sha256:f9f7ab8025ef… | |||
docker.io/pantsel/konga :latest | linux/amd64 | 2020/05/17 00:53 | 139.1 MB | sha256:c8172b75607d… | |||
docker.io/pantsel/konga :0.14.7 | linux/amd64 | 2019/10/19 21:06 | 138.0 MB | sha256:eb524021e92a… | |||
docker.io/pantsel/konga :0.14.6 | linux/amd64 | 2019/10/19 19:28 | 138.0 MB | sha256:b482c7cc8fd5… | |||
docker.io/pantsel/konga :0.14.5 | linux/amd64 | 2019/10/17 21:22 | 138.0 MB | sha256:c843ffebc4aa… | |||
docker.io/pantsel/konga :legacy | linux/amd64 | 2019/10/14 01:04 | 133.9 MB | sha256:f40a355fccf3… | |||
docker.io/pantsel/konga :0.14.4 | linux/amd64 | 2019/10/14 00:33 | 138.0 MB | sha256:0f6c6f8147ab… | |||
docker.io/pantsel/konga :0.14.1 | linux/amd64 | 2019/01/28 03:18 | 125.5 MB | sha256:008730b30d48… | |||
docker.io/pantsel/konga :0.13.0 | linux/amd64 | 2018/09/29 20:59 | 120.0 MB | sha256:9d7e3ce2b99e… | |||
docker.io/pantsel/konga :0.12.2 | linux/amd64 | 2018/08/22 15:50 | 119.3 MB | sha256:14ca87edae99… | |||
docker.io/pantsel/konga :0.12.1 | linux/amd64 | 2018/08/21 19:40 | 119.3 MB | sha256:dcdd0407e30d… | |||
docker.io/pantsel/konga :0.12.0 | linux/amd64 | 2018/07/21 04:20 | 124.3 MB | sha256:cddf66d27bf0… | |||
docker.io/pantsel/konga :0.12.0-rc2 | linux/amd64 | 2018/07/16 19:02 | 124.3 MB | sha256:7550a4796d8b… | |||
docker.io/pantsel/konga :0.11.2 | linux/amd64 | 2018/06/15 12:18 | 118.9 MB | sha256:03d59a79457b… | |||
docker.io/pantsel/konga :0.11.0 | linux/amd64 | 2018/06/11 15:46 | 116.5 MB | sha256:26ffe24fc812… | |||
docker.io/pantsel/konga :0.10.4 | linux/amd64 | 2018/03/08 16:25 | 113.3 MB | sha256:ca6eb5b1dee5… | |||
docker.io/pantsel/konga :0.10.3 | linux/amd64 | 2018/03/07 20:29 | 113.7 MB | sha256:eb0e8f942c84… | |||
docker.io/pantsel/konga :0.10.2 | linux/amd64 | 2018/03/03 18:24 | 113.5 MB | sha256:b36ba45d67db… | |||
docker.io/pantsel/konga :0.10.1 | linux/amd64 | 2018/03/01 14:59 | 113.1 MB | sha256:bf348153234d… |