随笔分类 -  指南

fn project 试用之后的几个问题
摘要:今天试用fnproject 之后自己有些思考,后面继续解决 1. 目前测试是强依赖 dockerhub 的,实际可能不是很方便 2. 如何与k8s 、mesos、docker swarm 集成 3. security 如何做 4. 现有基础设施改造 5. 监控、服务追踪、日志的处理 6. 持续集成如 阅读全文

posted @ 2017-10-04 21:43 荣锋亮 阅读(223) 评论(0) 推荐(0) 编辑

fn project faas 框架试用
摘要:1. 预备环境 2. 安装 curl -LSs https://raw.githubusercontent.com/fnproject/cli/master/install | sh 3. 简单例子 a. 启动服务 fn start b. go 项目例子 func.go package main i 阅读全文

posted @ 2017-10-04 21:12 荣锋亮 阅读(934) 评论(0) 推荐(0) 编辑

oracle fn project 开源faas 框架
摘要:1. 介绍 Fn is an event-driven, open source, functions-as-a-service compute platform that you can run anywhere. Some of it's key features: Write once Any 阅读全文

posted @ 2017-10-04 20:37 荣锋亮 阅读(448) 评论(0) 推荐(0) 编辑

CoreDNS kubernetes 安装使用
摘要:kubernetes 以前是skydns 后面变为 dnsmasq,coredns 也是一个不错的工具 1. 准备环境 安装 kubernetes 配置 kubelet 的cluster-dns 2. 下载coredns kubernetes 模板 地址:https://github.com/cor 阅读全文

posted @ 2017-10-03 16:35 荣锋亮 阅读(740) 评论(0) 推荐(0) 编辑

envoy  功能介绍
摘要:L3/L4 filter architecture: At its core, Envoy is an L3/L4 network proxy. A pluggable filter chain mechanism allows filters to be written to perform di 阅读全文

posted @ 2017-09-26 12:21 荣锋亮 阅读(865) 评论(0) 推荐(0) 编辑

envoy 测试试用
摘要:备注: 为了简单测试使用的是docker 镜像进行的测试 1. Dockerfile FROM lyft/envoy:latest RUN apt-get update COPY envoy.json /etc/envoy.json CMD /usr/local/bin/envoy -c /etc/ 阅读全文

posted @ 2017-09-26 10:37 荣锋亮 阅读(854) 评论(0) 推荐(0) 编辑

netflix vector 系统性能监控安装使用
摘要:说明本次安装使用docker 1. vector 安装 docker run -d --name vector -p 80:80 netflixoss/vector:latest 2. 依赖的pcp 安装 yum install -y pcp-webapi pcp 3. 服务启动 a. vector 阅读全文

posted @ 2017-08-19 22:40 荣锋亮 阅读(540) 评论(0) 推荐(0) 编辑

“VT-x is not available. (VERR_VMX_NO_VMX)” in VirtualBox
摘要:Sometimes you can get “VT-x is not available. (VERR_VMX_NO_VMX)” error if you are trying to start x64 bit virtual machine in VirtualBox. Failed to ope 阅读全文

posted @ 2017-07-11 23:31 荣锋亮 阅读(14972) 评论(2) 推荐(0) 编辑

Nomad 了解
摘要:Introduction to Nomad Welcome to the intro guide to Nomad! This guide is the best place to start with Nomad. We cover what Nomad is, what problems it 阅读全文

posted @ 2017-07-06 19:57 荣锋亮 阅读(562) 评论(0) 推荐(0) 编辑

keycloak 了解
摘要:Keycloak 是一个针对Web应用和 RESTful Web 服务提供 SSO 集成。基于 OAuth 2.0 和 JSON Web Token(JWT) 规范。目前用于实现 JBoss 与 Wildfly 通讯,但将来将为 Tomcat、Jetty、Node.js、Rails、Grails 等 阅读全文

posted @ 2017-06-29 23:55 荣锋亮 阅读(9954) 评论(4) 推荐(0) 编辑

VMware harbor && minio 搭建企业docker私有镜像以及需要注意的问题
摘要:1. docker harbor 配置 建议使用在线安装的模式(离线包太大了) 首先需要安装docker-compose 、docker 、mino (具体安装可以参考官网后者我的博客)同时注意配置镜像加速(阿里云 daocloud 都可以) 目前安装没有使用https 证书,实际场景最好配置htt 阅读全文

posted @ 2017-06-23 10:03 荣锋亮 阅读(2793) 评论(0) 推荐(0) 编辑

hashids 了解
摘要:用于隐藏真实的id 原理是从数字经过一个加盐(salted)算法产生一个哈希(hash)字符串。这样算法就是通过混淆使结果具有不可预测性,而唯一性依然由数字本身来达成,从而得到(类似 youtube 里的)足够短,不可预测且唯一的 ID。 支持语言有Javacript, Ruby, Python, 阅读全文

posted @ 2017-06-17 10:33 荣锋亮 阅读(2500) 评论(0) 推荐(0) 编辑

drill 数据库查询方式简单说明
摘要:1. mysql select * from mysql-storage.mysqldb.mysqltable select * from mysql-storage.mysqldb.mysqltable 2. oracle select * from oracle-storage.username 阅读全文

posted @ 2017-06-02 11:06 荣锋亮 阅读(511) 评论(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 荣锋亮 阅读(242) 评论(0) 推荐(0) 编辑

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

posted @ 2017-05-27 21:05 荣锋亮 阅读(1229) 评论(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 荣锋亮 阅读(1058) 评论(0) 推荐(0) 编辑

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

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

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

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

几个开源ssg 技术方案
摘要:1. Nanoc 2. Middle Man App 3. Hexo 4. DocPad 5. Hugo 6. Jekyll 7. Octopress 8. Harp 9. Sculpin 10. Wintersmith 1. Nanoc 2. Middle Man App 3. Hexo 4. D 阅读全文

posted @ 2017-03-25 19:53 荣锋亮 阅读(345) 评论(0) 推荐(0) 编辑

caddy server 了解
摘要:Caddy 是一个Go写的服务器软件,官方的宣传语“The HTTP/2 web server with automatic HTTPS”以及“Serve The Web Like It's 2016”简明表达了这个软件的优点和趋势,它拥有基本的apache或者nginx有的web server模块 阅读全文

posted @ 2017-03-19 16:17 荣锋亮 阅读(545) 评论(0) 推荐(0) 编辑

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
点击右上角即可分享
微信分享提示