消息中间件

kong-dashboard界面

2017-05-26  本文已影响0人  pingforever

简介

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可以进行新增、修改、删除操作,如果只是基础的使用感觉够了。

Paste_Image.png Paste_Image.png
上一篇 下一篇

猜你喜欢

热点阅读