随笔分类 -  微服务

上一页 1 ··· 11 12 13 14 15

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) 编辑

k8s api server ha 连接配置问题
摘要:常见的lb 负载有硬件的f5 big-ip ,同时对于互联网公司大家常用的是nginx haproxy 了解k8s 集群高可用的都知道 api server 是无状态的(etcd 解决了),但是controller-manager scheduler 组件必须在集群中只能保证有一份副本,保证一个副本 阅读全文

posted @ 2017-09-20 23:23 荣锋亮 阅读(451) 评论(0) 推荐(0) 编辑

Portainer docker 可视化管理工具
摘要:1. 快速使用 docker run -d -p 9000:9000 portainer/portainer 2. docker swarm 模式 docker run -d -p 9000:9000 portainer/portainer 2. docker swarm 模式 docker ser 阅读全文

posted @ 2017-07-10 15:59 荣锋亮 阅读(3206) 评论(0) 推荐(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) 编辑

vault key 管理工具
摘要:Vault is a tool for securely accessing secrets. A secret is anything that you want to tightly control access to, such as API keys, passwords, certific 阅读全文

posted @ 2017-07-02 20:13 荣锋亮 阅读(443) 评论(0) 推荐(0) 编辑

基于openresty 的几个开发框架
摘要:1. kong api gateway Github: https://github.com/Mashape/kong 2. Lapis web 开发框架 Github: https://github.com/leafo/lapis 3. Vanilla web 开发框架 Github: https 阅读全文

posted @ 2017-06-19 08:29 荣锋亮 阅读(2727) 评论(0) 推荐(0) 编辑

kong 了解
摘要:Kong 是在客户端和(微)服务间转发API通信的API网关,通过插件扩展功能。Kong 有两个主要组件: Kong Server :基于nginx 的服务器,用来接收 API 请求。 Apache Cassandra:用来存储操作数据。 你可以通过增加更多 Kong Server 机器对 Kong 阅读全文

posted @ 2017-06-18 12:55 荣锋亮 阅读(637) 评论(0) 推荐(0) 编辑

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

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

jenkins api 使用
摘要:1. java <dependency> <groupId>com.offbytwo.jenkins</groupId> <artifactId>jenkins-client</artifactId> <version>0.3.7</version> </dependency> <dependenc 阅读全文

posted @ 2017-04-11 09:15 荣锋亮 阅读(704) 评论(0) 推荐(0) 编辑

caddy server && caddyfile
摘要:This page describes how to configure Caddy using the Caddyfile. Introduction The term "Caddyfile" describes a text file that changes how Caddy works. 阅读全文

posted @ 2017-03-20 19:55 荣锋亮 阅读(2326) 评论(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) 编辑

Traefik 服务发现解决方案
摘要:Træfɪk is a modern HTTP reverse proxy and load balancer made to deploy microservices with ease. It supports several backends (Docker, Swarm, Mesos/Mar 阅读全文

posted @ 2017-02-11 18:55 荣锋亮 阅读(2016) 评论(0) 推荐(0) 编辑

netflix:Conductor微服务编排引擎
摘要:项目地址: https://github.com/Netflix/conductor Conductor 是 Netflix 受需要运行全球流媒体业务流程的启发,构建的基于云的微服务编排引擎。 Conductor 管理工作流,可以暂停和重新启动进程,并使用基于 JSON DSL 的蓝图来定义执行流。 阅读全文

posted @ 2017-01-01 17:24 荣锋亮 阅读(4762) 评论(0) 推荐(0) 编辑

docker 私有镜像管理工具harbor 安装
摘要:因为各种原因,官方的离线安装包下载比较费事,经常不成功,所以通过分部安装解决问题 1. docker 2. docker-compose 3. harbor 安装 使用这种方式可以解决安装缓慢,以及安装不成功的问题。 harbor 的使用可以参考官文档 阅读全文

posted @ 2016-11-24 15:36 荣锋亮 阅读(1702) 评论(4) 推荐(0) 编辑

k8s dns 服务安装配置说明
摘要:1. 提前条件 安装k8s 集群 2. dns 安装配置 安装方式: 使用controller service controller 脚本: 基于官方改动 service 创建namespace 3. node 进行 dns 配置 在启动脚本添加: 4. 重启node 5. 测试pod 6. 测试 阅读全文

posted @ 2016-11-17 09:40 荣锋亮 阅读(2103) 评论(0) 推荐(0) 编辑

maven docker 操作
摘要:1. 使用dokerfile 进行构建 创建dockerfile 2. maven 插件 3. 使用 mvn docker:build 。。。。。。 私有镜像使用: 备注:这个是简单是使用,实际环境可能需要解决jenkins 等类似工具进行任务的处理,对于发布使用k8s 阅读全文

posted @ 2016-11-10 19:57 荣锋亮 阅读(3387) 评论(0) 推荐(0) 编辑

分布式id 实现方式
摘要:1. uuid 2. twitter的Snowflake 3. MongoDB ObjectID 4. Ticket Server 5. Instagram采用的方式(UUID方式) 阅读全文

posted @ 2016-11-09 16:28 荣锋亮 阅读(289) 评论(0) 推荐(0) 编辑

graphql 新API 开发方式
摘要:我们知道 GraphQL 使用 Schema 来描述数据,并通过制定和实现 GraphQL 规范 定义了支持 Schema 查询的 DSQL (Domain Specific Query Language,领域特定查询语言)。Schema 帮助将复杂的业务模型数据抽象拆分成细粒度的基础数据结构,而 阅读全文

posted @ 2016-10-16 11:50 荣锋亮 阅读(11940) 评论(0) 推荐(0) 编辑

微服务架构下的服务发现
摘要:编者的话】这是关于使用微服务架构创建应用系列的第四篇文章。第一篇介绍了微服务架构的模式,讨论了使用微服务架构的优缺点。第二和第三篇描述了微服务架构内部的通讯机制。这篇文章中,我们将会探讨服务发现相关问题。 为什么要使用服务发现? 我们设想一下当正在写代码时,使用了提供REST API或者Thrift 阅读全文

posted @ 2016-02-19 08:25 荣锋亮 阅读(2975) 评论(2) 推荐(0) 编辑

上一页 1 ··· 11 12 13 14 15

导航

< 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
点击右上角即可分享
微信分享提示