简介
kong-dashboard提供了UI界面操作和查看kong,可以进行api、consumers、plugins操作
官网:https://hub.docker.com/r/pgbi/kong-dashboard/
安装
- 联网安装
[slview@DEMO:~]$ docker search kong-dashboard
INDEX NAME DESCRIPTION STARS OFFICIAL AUTOMATED
docker.io docker.io/pgbi/kong-dashboard Web UI for managing your Kong setup. 14 [OK]
docker.io docker.io/brickinc/kong-dashboard Kong Admin dashboard 2
docker.io docker.io/hnq90/kong-dashboard Kong Dashboard 1
docker.io docker.io/malagoli/kong-dashboard 1
docker.io docker.io/scubism/kong-dashboard 1
docker.io docker.io/centular/docker-kong-dashboard Admin Dashboard for Kong 0 [OK]
docker.io docker.io/d1g1tal/kong-dashboard 0
docker.io docker.io/digitalism/kong-dashboard Dashboard for managing Kong gateway 0 [OK]
docker.io docker.io/emsiengineering/kong-dashboard Original pgbi/kong-dashboard:v1.1.2 0
docker.io docker.io/eonclash/kong-dashboard 0
docker.io docker.io/frederikschmidt/kong-dashboard 0
docker.io docker.io/goodraincloudframeworks/docker-kong-dashboard kong dashboard 0 [OK]
docker.io docker.io/haha1903/kong-dashboard kong-dashboard 0 [OK]
docker.io docker.io/huksley/kong-dashboard Kong build based on ubuntu. Offline usage ... 0 [OK]
docker.io docker.io/jarvischung/kong-with-dashboard 0
docker.io docker.io/kala888/kong-dashboard 0
docker.io docker.io/kala888/kong-dashboard-curl 0
docker.io docker.io/krisdavison/jungle-kong-dashboard Jungle Kong dashboard with parameterised K... 0 [OK]
docker.io docker.io/ongxabeou/kong-dashboard 0
docker.io docker.io/qriousnz/kong-dashboard 0
docker.io docker.io/robertgwillard/kong-dashboard 0
docker.io docker.io/siwatp/kong-dashboard 0
docker.io docker.io/upmcenterprises/kong-dashboard Dashboard for kong 0 [OK]
docker.io docker.io/woodyalen202/docker-kong-dashboard docker build kong dashboard 0 [OK]
docker.io docker.io/yuge2017/kong-dashboard 0
[slview@DEMO:~]$ docker pull pgbi/kong-dashboard:v2
Trying to pull repository 192.168.5.249:5000/pgbi/kong-dashboard ...
Pulling repository 192.168.5.249:5000/pgbi/kong-dashboard
Trying to pull repository docker.io/pgbi/kong-dashboard ...
sha256:a57487a4807affb084bc6e06f18b69ae5638ffed3f9a5f23498d57d21444f524: Pulling from docker.io/pgbi/kong-dashboard
0a8490d0dfd3: Pull complete
a5bee6a57b7a: Pull complete
8a0c9ae09b20: Pull complete
6468fa48d021: Pull complete
Digest: sha256:a57487a4807affb084bc6e06f18b69ae5638ffed3f9a5f23498d57d21444f524
Status: Downloaded newer image for docker.io/pgbi/kong-dashboard:v2
[slview@DEMO:~]$ docker run -d -p 8080:8080 pgbi/kong-dashboard:v2
b9fc0835caa80b743973ef301b17e741a7bd8ac5337b6f7550264480059c3a0b
- 备份后安装到使用环境
备份
docker save -o kong-dashboard.tar.gz docker.io/pgbi/kong-dashboard
安装:
[root@EPCBJWEB install]# docker load -i kong-dashboard.tar.gz
60ab55d3379d: Loading layer [==================================================>] 4.226 MB/4.226 MB
aea530fe90cb: Loading layer [==================================================>] 51.54 MB/51.54 MB
eaef5be300ac: Loading layer [==================================================>] 715.3 kB/715.3 kB
f563f027ee56: Loading layer [==================================================>] 42.1 MB/42.1 MB
Loaded image: docker.io/pgbi/kong-dashboard:v2
- 启动
[root@EPCBJWEB install]# docker run -d -p 8080:8080 pgbi/kong-dashboard:v2
f682ac75a061cc5a9e88049e3d026541a9c4e3852676a11ee5b618bea5fc9d51
界面
通过页面http://localhost:8080可以进行新增、修改、删除操作,如果只是基础的使用感觉够了。文章来源:https://www.toymoban.com/news/detail-533874.html
- API界面
文章来源地址https://www.toymoban.com/news/detail-533874.html
到了这里,关于kong-dashboard安装的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!