kube-ui是k8s提供的web管理界面,可以展示节点的内存、CPU、磁盘、Pod、RC、SVC等信息。 1.编辑kube-dashboard-rc.yml定义文件[root@kubernetes-master pods]# cat kubernetes-dashboard-rc.yml 1 ki ...
分类:
其他好文 时间:
2017-07-05 13:39:35
阅读次数:
180
#-*-coding:utf-8-*-
importos
fromdjango.utils.translationimportugettext_lazyas_
fromopenstack_dashboard.settingsimportHORIZON_CONFIG
DEBUG=False
#WEBROOTisthelocationrelativetoWebserverroot
#shouldendwithaslash.
WEBROOT=‘/dashboard/‘
#LOGIN_URL=WEBRO..
分类:
其他好文 时间:
2017-07-05 11:45:37
阅读次数:
353
今天来聊一聊Ceph新版本功能,Ceph会在今年秋季发布一个长期支持稳定版本Luminous(12.x.x),现在已经出RC版了,Luminous版本新增了很多功能,比如新增一个内置的Dashboard、底层的存储引擎的变更、消息方式的改变等等。下面我们来一起看看新版本的变化:1.默认的消息处理从Si..
分类:
其他好文 时间:
2017-06-28 14:26:37
阅读次数:
888
{ "liClass": "active treeview", "link": "index2.html", "label": "结构预览", "iClass": "'fa fa-dashboard'", "children": [] }, { "liClass": "treeview", "lin ...
分类:
Web程序 时间:
2017-06-28 13:15:21
阅读次数:
193
参考的URL是 http://www.cnblogs.com/zhenyuyaodidiao/p/6500830.html 安装kubernets本身比较顺利,只是作dashboard时,老是日文版, 当时用的docker镜像是registry.cn-beijing.aliyuncs.com/bbt ...
分类:
Web程序 时间:
2017-06-25 12:46:55
阅读次数:
253
1. daocloud提供免费的虚拟机服务,但是只能使用两个小时。创建过程记录如下:打开daocloud仪表板网页https://dashboard.daocloud.io/cluster点击添加主机,然后在新的界面选择免费试用胶囊主机,免费试用两个小时主机。点击一键接入自动创建一个ubuntu环境... ...
分类:
其他好文 时间:
2017-06-24 22:51:36
阅读次数:
539
A beautiful Jenkins dashboard : https://jenkins.io/blog/2016/01/10/beautiful-jenkins-dashboard/ ...
分类:
其他好文 时间:
2017-06-23 11:38:44
阅读次数:
127
http://localhost:8080/spring-oauth-server/m/dashboard?access_token=8194a1d7-2784-4a9e-a71b-25bebfc9ba0e 成功场景!!! 失败场景!!! ...
分类:
其他好文 时间:
2017-06-21 13:55:44
阅读次数:
145
Hystrix-dashboard是一款针对Hystrix进行实时监控的工具,通过Hystrix Dashboard我们可以在直观地看到各Hystrix Command的请求响应时间, 请求成功率等数据。但是只使用Hystrix Dashboard的话, 你只能看到单个应用内的服务信息, 这明显不够 ...
分类:
其他好文 时间:
2017-06-19 19:35:11
阅读次数:
397
Circuit Breaker: Hystrix Dashboard (断路器:hystrix 仪表盘) 基于service-ribbon 改造下: pom.xml加入: 在主程序入口中加入@EnableHystrixDashboard注解,开启hystrixDashboard: 打开浏览器:访问h ...
分类:
其他好文 时间:
2017-06-19 17:43:00
阅读次数:
168