随笔分类 -  consul

Building a Service Mesh with HAProxy and Consul
摘要:转自:https://www.haproxy.com/blog/building-a-service-mesh-with-haproxy-and-consul/ HashiCorp added a service mesh feature to Consul, its service-discove 阅读全文

posted @ 2019-07-02 08:59 荣锋亮 阅读(434) 评论(0) 推荐(0) 编辑

Announcing HashiCorp Consul + Kubernetes
摘要:转自:https://www.hashicorp.com/blog/consul-plus-kubernetes We're excited to announce multiple features that deeply integrate HashiCorp Consul with Kuber 阅读全文

posted @ 2019-03-03 11:22 荣锋亮 阅读(402) 评论(0) 推荐(0) 编辑

katalog-sync: Reliable Integration of Consul and Kubernetes
摘要:转自:https://medium.com/wish-engineering/katalog-sync-reliable-integration-of-consul-and-kubernetes-ebe8aae0852a Why use consul with Kubernetes (k8s)? C 阅读全文

posted @ 2019-03-03 11:21 荣锋亮 阅读(556) 评论(0) 推荐(0) 编辑

使用skipper 扩展fabio 的路由&&http proxy 功能
摘要:skipper 具有强大的http 路由功能,fabio 是一个方便的基于consul 的负载均衡软件, 我们可以方便的使用skipper 路由功能进行fabio的扩展,使用registrator 进行服务注册 环境准备 docker-compose version: "3" services: f 阅读全文

posted @ 2018-12-08 15:14 荣锋亮 阅读(711) 评论(0) 推荐(0) 编辑

一个不错的nomad raw_exec && docker 运行例子(集成访问网关)
摘要:github 上有一个关于nomad up && runing 不错的项目,包含了一个tomcat 应用的部署,以及基于容器运行的网关服务 项目参考地址 https://github.com/grove-mountain/nomad-up-and-running 环境准备 安装nomad consu 阅读全文

posted @ 2018-10-12 10:28 荣锋亮 阅读(1132) 评论(0) 推荐(0) 编辑

vault 集群搭建(active standby 模式)
摘要:参考架构图: consul server cluster 搭建 consul 基本配置格式 { "server": true, "node_name": "$NODE_NAME", "datacenter": "dc1", "data_dir": "$CONSUL_DATA_PATH", "bind 阅读全文

posted @ 2018-09-28 14:54 荣锋亮 阅读(1756) 评论(0) 推荐(0) 编辑

使用nomad && consul && fabio 创建简单的微服务系统
摘要:具体每个组件的功能就不详细说明了 nomad 一个调度工具,consul 一个服务发现,健康检查多数据中心支持的工具 fabio 一个基于consul的负载均衡&&动态路由工具,对于集成的话,很简单就是定义简单的service tag 即可,格式为: urlprefix-/ 参考nomad 测试项目 阅读全文

posted @ 2018-07-13 10:27 荣锋亮 阅读(2258) 评论(0) 推荐(0) 编辑

consul 1.2 支持service mesh
摘要:主要说明: This release supports a major new feature called Connect that automatically turns any existing Consul cluster into a service mesh solution. Conn 阅读全文

posted @ 2018-07-01 22:02 荣锋亮 阅读(318) 评论(0) 推荐(0) 编辑

fabio 安装试用&&实际使用的几个问题
摘要:备注: 因为fabio 依赖consul vault (不是强需),启动之前需要先安装consul, 本次为了简单consul 使用的是单机,使用的是dev 模式 1. conusl 安装&&启动 wget -O consul_1.0.1_linux_amd64.zip https://releas 阅读全文

posted @ 2018-02-11 21:53 荣锋亮 阅读(795) 评论(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 荣锋亮 阅读(441) 评论(0) 推荐(0) 编辑

consul 几个方便使用的类库
摘要:consul 几个方便使用的类库 1. java https://github.com/OrbitzWorldwide/consul-client <dependency> <groupId>com.ecwid.consul</groupId> <artifactId>consul-api</art 阅读全文

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

搭建consul 集群
摘要:上图是官网提供的一个事例系统图,图中的Server是consul服务端高可用集群,Client是consul客户端。consul客户端不保存数据,客户端将接收到的请求转发给响应的Server端。Server之间通过局域网或广域网通信实现数据一致性。每个Server或Client都是一个consul 阅读全文

posted @ 2017-02-07 21:04 荣锋亮 阅读(347) 评论(0) 推荐(0) 编辑

导航