美文网首页消息中间件
kong-dashboard界面

kong-dashboard界面

作者: pingforever | 来源:发表于2017-05-26 14:21 被阅读0次

简介

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

  • API界面
Paste_Image.png
  • 插件
Paste_Image.png

相关文章

  • kong-dashboard界面

    简介 kong-dashboard提供了UI界面操作和查看kong,可以进行api、consumers、plugi...

  • CentOS7 Konga 图文安装

    konga 提供了对Kong的界面操作,为什么不使用kong-dashboard呢? 主要原因是 kong-das...

  • 微服务研究相关资料<持续更新>

    lua Lua教程|菜鸟教程 Kong 官网 Kong-dashboard OpenResty 最佳实践 A/B ...

  • Kong安装

    本文环境基于Ubuntu1604 安装PostgreSQL 安装Kong 下载安装包 安装Kong-Dashboard

  • flash课件界面设计

    一、交互设计 二、界面设计 片头界面 主界面 内容界面 帮助界面 退出界面

  • 操作系统学习笔记(八)

    操作系统用户界面(SHD) 用户界面的定义 用户界面的分类 操作界面典型的操作界面图形界面命令界面批处理 系统调用...

  • iOS开发之如何跳到系统设置里的各种设置界面(定位、蓝牙、音乐等

    跳到更多设置界面 //定位服务设置界面 //FaceTime设置界面 //音乐设置界面 //墙纸设置界面 //蓝牙...

  • 2018-07-09

    登录及注册 登录界面 登录界面代码 管理员界面 管理员界面代码 设置父子窗口 注册界面 注册界面代码 调用参数 查...

  • push、pop、网络延迟

    一:模拟需求 A界面push到B界面再从B界面push到C界面。具体:程序一开启:显示A界面,在B界面可以点赞 ,...

  • 2018-10-19

    主页面 注册界面 登入界面 管理员页面 普通用户页面 添加用户界面 查询用户界面 删除用户界面 修改用户界面 实体...

网友评论

    本文标题:kong-dashboard界面

    本文链接:https://www.haomeiwen.com/subject/wkwaxxtx.html