随笔分类 -  工具

上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 16 下一页

fn project 私有镜像发布
摘要:1. 说明 fnproject 默认的docker registry 是 dockerhub 对于企业应用还是不太方便的 还好系统系统了配置参数方便我们进行配置,与开源harbor 进行集成 2. 使用 a. harbor 安装 此处略过,安装比较简单,参考github 文档即可 b. 配置说明 1 阅读全文

posted @ 2017-10-05 11:03 荣锋亮 阅读(497) 评论(0) 推荐(0) 编辑

fn project Message Queues 配置
摘要:Message Queues A message queue is used to coordinate asynchronous function calls that run through Fn. We currently support the following message queue 阅读全文

posted @ 2017-10-04 22:56 荣锋亮 阅读(256) 评论(0) 推荐(0) 编辑

fn project 数据库配置
摘要:Databases We currently support the following databases and they are passed in via the DB_URL environment variable. For example: docker run -e "DB_URL= 阅读全文

posted @ 2017-10-04 22:54 荣锋亮 阅读(345) 评论(0) 推荐(0) 编辑

fn project 运行时配置选项
摘要:Env VariablesDescriptionDefault values DB_URL The database URL to use in URL format. SeeDatabases for more information. sqlite3:///app/data/fn.db MQ_U 阅读全文

posted @ 2017-10-04 22:34 荣锋亮 阅读(263) 评论(0) 推荐(0) 编辑

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

posted @ 2017-10-04 21:43 荣锋亮 阅读(217) 评论(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 荣锋亮 阅读(921) 评论(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 荣锋亮 阅读(438) 评论(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 荣锋亮 阅读(732) 评论(0) 推荐(0) 编辑

debezium 数据变更工具使用
摘要:1. 作用 简单概述就是CDC(change data capture),实时数据分析领域用的比较多 2. 简单使用(基于官网的docker 说明) 备注: 测试没有使用守护进程模式为了方便测试 a. zookeeper docker run -it --rm --name zookeeper -p 阅读全文

posted @ 2017-10-01 10:45 荣锋亮 阅读(5486) 评论(10) 推荐(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 荣锋亮 阅读(857) 评论(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 荣锋亮 阅读(846) 评论(0) 推荐(0) 编辑

gitlab Failed to register this runner. Perhaps you are having network problems runner 注册失败问题解决
摘要:1. 低版本安装地址 https://gitlab-ci-multi-runner-downloads.s3.amazonaws.com/v1.11.2/index.html 2. 使用 yum 安装进行配置 wget https://gitlab-ci-multi-runner-downloads 阅读全文

posted @ 2017-09-07 17:38 荣锋亮 阅读(1801) 评论(0) 推荐(0) 编辑

gitlab pipelines 使用
摘要:1. 安装runner # For Debian/Ubuntu curl -L https://packages.gitlab.com/install/repositories/runner/gitlab-ci-multi-runner/script.deb.sh | sudo bash # For 阅读全文

posted @ 2017-09-06 19:41 荣锋亮 阅读(1344) 评论(0) 推荐(0) 编辑

kafka ksql && docker 安装试用
摘要:备注: 使用docker 模式进行安装 1. 准备docker 环境(需要docker-compose) docker 的安装不需要进行多描述了,直接yum 或者源码编译也可以 2. 安装 kafa 以及ksql git clone git@github.com:confluentinc/ksql. 阅读全文

posted @ 2017-09-01 16:06 荣锋亮 阅读(639) 评论(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 荣锋亮 阅读(513) 评论(0) 推荐(0) 编辑

alpine docker 镜像 时区问题
摘要:1. 时区处理 RUN apk update && apk add curl bash tree tzdata \ && cp -r -f /usr/share/zoneinfo/Hongkong /etc/localtime \ RUN apk update && apk add curl bas 阅读全文

posted @ 2017-08-14 15:49 荣锋亮 阅读(684) 评论(0) 推荐(0) 编辑

nginx 流量拷贝模块 ngx_http_mirror_module 安装试用
摘要:1. 下载源码编译 https://nginx.org/download/nginx-1.13.4.tar.gz 2. 下载依赖模块包 https://nginx.org/download/nginx-1.13.4.tar.gz 2. 下载依赖模块包 这里直接yum 安装 yum -y instal 阅读全文

posted @ 2017-08-14 09:47 荣锋亮 阅读(1649) 评论(0) 推荐(0) 编辑

ulimit  设置
摘要:1、 /etc/security/limit.conf * soft nofile 65535 * hard nofile 65535 * soft nproc 65535 * hard nproc 65535 * soft nofile 65535 * hard nofile 65535 * so 阅读全文

posted @ 2017-08-08 11:20 荣锋亮 阅读(494) 评论(0) 推荐(0) 编辑

piwik docker 安装
摘要:备注: 生产环境使用docker-compose 1. 安装docker && docker-compose 此处略过 2. 下载docker-compose 的文件 https://github.com/indiehosters/piwik 操作如下: git clone https://gith 阅读全文

posted @ 2017-07-27 17:47 荣锋亮 阅读(932) 评论(0) 推荐(0) 编辑

REX-Ray 了解
摘要:REX-Ray 是一个 EMC {code} 团队领导的开源项目,为 Docker、Mesos 及其他容器运行环境提供持续的存储访问。其设计旨在囊括通用存储、虚拟化和云平台,提供高级的存储功能。 当前支持的系统: Ubuntu Debian RedHat CentOS CoreOS OSX REX- 阅读全文

posted @ 2017-07-17 21:42 荣锋亮 阅读(887) 评论(0) 推荐(0) 编辑

上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 16 下一页

导航