05 2017 档案

drill 数据源配置
摘要:1. mongodb { "type":"mongo", "connection":"mongodb://user:password@host:port", "enabled":true } 对于没有密码的 { "type":"mongo", "connection":"mongodb://user 阅读全文

posted @ 2017-05-31 21:31 荣锋亮 阅读(1085) 评论(0) 推荐(0)

drill java && spring jdbc 连接使用
摘要:原生 jdbc 连接 1. maven 包 <dependency> <groupId>org.apache.drill.exec</groupId> <artifactId>drill-jdbc-all</artifactId> <version>1.10.0</version> </depend 阅读全文

posted @ 2017-05-31 19:38 荣锋亮 阅读(935) 评论(0) 推荐(0)

drill 试用
摘要:1. 下载 http://drill.apache.org/ 2. 启动本地模式 http://drill.apache.org/ 2. 启动本地模式 bin/sqlline -u jdbc:drill:zk=local 3. 查询数据 bin/sqlline -u jdbc:drill:zk=lo 阅读全文

posted @ 2017-05-31 07:35 荣锋亮 阅读(249) 评论(0) 推荐(0)

istio 安装试用
摘要:1. 命令行工具curl -L https://git.io/getIstio | sh -2. 环境变量配置export PATH=$PWD/bin:$PATH3. RBAC 检验kubectl api-versions | grep rbac以下为官方介绍:If the command displays an error, or does not display anything, it me... 阅读全文

posted @ 2017-05-30 16:02 荣锋亮 阅读(1155) 评论(0) 推荐(0)

spec.template.spec.initContainers[1].securityContext.privileged: Forbidden: disallowed by policy 问题解决
摘要:主要是执行系统特权应用解决方法: api server controller-manager 加上 --allow-privileged=true 即可 之后重启服务 阅读全文

posted @ 2017-05-30 15:53 荣锋亮 阅读(556) 评论(0) 推荐(0)

cockpit 使用(集成docker && k8s 管理)
摘要:1. yum 安装 sudo yum install cockpit 2. 允许启动 sudo yum install cockpit 2. 允许启动 sudo systemctl enable --now cockpit.socket 3. 可选的插件 sudo systemctl enable 阅读全文

posted @ 2017-05-27 22:35 荣锋亮 阅读(5170) 评论(0) 推荐(0)

Cockpit 服务化管理工具
摘要:Cockpit 是红帽开发的网页版图像化服务管理工具,优点是无需中间层,且可以管理多种服务。 根据其项目主站描述,Cockpit 有如下特点: 从易用性考虑设计,方便管理人员使用,而不是仅仅的终端命令按钮化。 不会打乱已有终端或脚本服务配置,通过 Cockpit 启用的服务可以在终端停止,脚本运行的 阅读全文

posted @ 2017-05-27 21:05 荣锋亮 阅读(1250) 评论(0) 推荐(0)

java 二维码生成(vcard)
摘要:1. maven 依赖 <dependency> <groupId>com.googlecode.ez-vcard</groupId> <artifactId>ez-vcard</artifactId> <version>0.10.1</version> </dependency> <depende 阅读全文

posted @ 2017-05-26 14:29 荣锋亮 阅读(1085) 评论(0) 推荐(0)

Gixy Nginx 配置分析工具
摘要:项目简介 Gixy 是一款用来分析 Nginx 配置的工具。 Gixy 的主要目标是防止安全配置错误,并自动进行缺陷检测。 目前支持的 Python 版本是 2.7 和 3.5+ 。 免责声明:Gixy 仅在 GNU / Linux 上进行了很好的测试,其他操作系统可能会存在一些问题。 它能做什么 阅读全文

posted @ 2017-05-26 09:31 荣锋亮 阅读(645) 评论(0) 推荐(0)

Google、IBM和Lyft开源其大型微服务系统管理工具Istio
摘要:Istio 的优势 集群规模可视性:在故障状况出现时,运营人员需要利用多种工具以始终关注集群运行状况并分析微服务状态图表。Istio 项目能够监控与应用程序及网络活动相关的数据,利用 Prometheus 与 Grafana 对这部分数据加以渲染,而后将相关指标与日志记录发送至任何收集、聚合与查询系 阅读全文

posted @ 2017-05-25 22:30 荣锋亮 阅读(1046) 评论(0) 推荐(0)

Spring boot admin 使用
摘要:1. maven依赖 <dependencies> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-actuator</artifactId> </dependency> 阅读全文

posted @ 2017-05-06 18:44 荣锋亮 阅读(2116) 评论(0) 推荐(0)

Prometheus 简介
摘要:Prometheus 是一个开源的服务监控系统和时间序列数据库。 特性: 高维度数据模型 自定义查询语言 可视化数据展示 高效的存储策略 易于运维 提供各种客户端开发库 警告和报警 数据导出 Prometheus 是一个开源的服务监控系统和时间序列数据库。 特性: 高维度数据模型 自定义查询语言 可 阅读全文

posted @ 2017-05-06 18:43 荣锋亮 阅读(450) 评论(0) 推荐(0)

Cassandra spring data 试用
摘要:1. maven 依赖 <dependency> <groupId>org.springframework.data</groupId> <artifactId>spring-data-cassandra</artifactId> </dependency> <dependency> <groupI 阅读全文

posted @ 2017-05-01 23:11 荣锋亮 阅读(2228) 评论(0) 推荐(0)

导航