码迷,mamicode.com
首页 >  
搜索关键字:consul nomad    ( 548个结果
第二章 服务注册:consul
一、首先编写微服务基础项目framework 1、pom.xml 1 <?xml version="1.0" encoding="UTF-8"?> 2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w ...
分类:其他好文   时间:2016-05-29 00:49:36    阅读次数:801
第一章 微服务架构实践
等写完所有的代码后,会在这里给出整个项目的一个总览图。 技术介绍: 服务注册和服务发现:consul 配置管理:consul 集群容错:hystrix 计数监控:metrics 服务路由: 负载均衡: 服务通信:retrofit、okhttp ...... ...
分类:其他好文   时间:2016-05-28 20:43:44    阅读次数:226
第二十章 springboot + consul(1)
consul的具体安装与操作查看博客的consul系列。 一、启动consul (1个server+1个client,方便起见,client使用本机):查看:http://www.cnblogs.com/java-zhao/p/5375132.html 1、开启虚拟机-->切换到vagrantFil ...
分类:编程语言   时间:2016-05-25 18:15:43    阅读次数:270
Consul & Registrator & Rails Service all together in separate Docker container
1.Start a container running Consul 2.Start a container running Registrator 3. Start a web service and let Registrator automatically register it on Consul 4. Find the IP address and port of the service from Consul UI, and start using the service...
分类:其他好文   时间:2016-04-29 19:44:16    阅读次数:263
Consul+Registrator+Consul-template实现动态修改nginx配置文件
实现需求用nginx做负载均衡,手动的方式是在upstream中添加或删除后端服务器,比较麻烦.通过Registrator收集需要注册到Consul作为Nginx后端服务器信息然后注册到Consulkey/value.Consul-template去Consulkey/value中读取信息,然后自动修改Nginx配置文件并平滑重启Nginx.不需要修..
分类:其他好文   时间:2016-04-27 18:59:27    阅读次数:572
Consul & Registrator & Rails Service all together in separate Docker container
1.Start a container running Consul 2.Start a container running Registrator 3. Start a web service and let Registrator automatically register it on Consul 4. Find the IP address and port of the service from Consul UI, and start using the service...
分类:其他好文   时间:2016-04-26 21:45:09    阅读次数:190
第五章 consul key/value
1、key/value作用 动态修改配置文件 支持服务协同 建立leader选举 提供服务发现 集成健康检查 2、使用 2.1、查看全部key/value 说明: 使用?recurse参数来指定查看多个KV 没有值--404 2.2、添加key/value 说明:key--zjg/key1 valu ...
分类:其他好文   时间:2016-04-12 12:21:30    阅读次数:519
第四章 consul cluster
1、vagrant 为了模拟集群效果,使用vagrant。 1.1、首先下载vagrant https://www.vagrantup.com/downloads.html 说明:浏览器下载可能比较慢,可以通过迅雷下载。 1.2、下载之后,安装vagrant mac中下一步到底就可以。 说明:虽然v ...
分类:其他好文   时间:2016-04-10 21:10:33    阅读次数:164
第三章 consul服务注册与服务查询
1、定义一个服务 https://www.consul.io/docs/agent/services.html 该方法是服务注册中提供服务的最常用的方法。 关于服务的定义:服务的属性我们会在后边每出现一个总结一个,最后再做总结。 2、服务注册 2.1、创建服务文件所存放的文件夹 说明: .d做后缀: ...
分类:其他好文   时间:2016-04-06 16:51:33    阅读次数:172
利用Registrator和Consul实现mesos task的服务发现
实现目的:因为mesos中实际的工作节点是slave,框架marathon启动的任务(容器)都是在随机的slave上执行,所以在每台slave上启动Registrator,用来发现本机上的容器,它会把当前宿主机上的容器自动注册到consul.但是consul找一台salve启动就行,它会把自己选为leader,其他slave上启动Re..
分类:其他好文   时间:2016-03-30 16:41:43    阅读次数:386
548条   上一页 1 ... 51 52 53 54 55 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!