码迷,mamicode.com
首页 >  
搜索关键字:haproxy confd hecd etcd    ( 2275个结果
Using HAProxy as an API Gateway, Part 1 [Introduction]
转自:https://www.haproxy.com/blog/using-haproxy-as-an-api-gateway-part-1/ An API gateway handles load balancing, security, rate limiting, monitoring, an ...
分类:Windows程序   时间:2019-07-02 09:29:01    阅读次数:145
Using HAProxy as an API Gateway, Part 2 [Authentication]
转自:https://www.haproxy.com/blog/using-haproxy-as-an-api-gateway-part-2-authentication/ HAProxy is a powerful API gateway due to its ability to provide ...
分类:Windows程序   时间:2019-07-02 09:20:09    阅读次数:190
Using HAProxy as an API Gateway, Part 3 [Health Checks]
转自:https://www.haproxy.com/blog/using-haproxy-as-an-api-gateway-part-3-health-checks/ Achieving high availability rests on having good health checks. ...
分类:Windows程序   时间:2019-07-02 09:19:47    阅读次数:147
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 ...
分类:其他好文   时间:2019-07-02 09:13:00    阅读次数:211
配置HAProxy实现负载均衡
一、haproxy介绍HAProxy是一个使用C语言编写的自由及开放源代码软件[1],其提供高可用性、负载均衡,以及基于TCP和HTTP的应用程序代理。HAProxy特别适用于那些负载特大的web站点,这些站点通常又需要会话保持或七层处理。HAProxy运行在当前的硬件上,完全可以支持数以万计的并发连接。并且它的运行模式使得它可以很简单安全的整合进您当前的架构中,同时可以保护你的web服务器不被暴
分类:其他好文   时间:2019-06-29 20:49:48    阅读次数:146
修改haproxy配置文件
1 global 2 log 127.0.0.1 local2 3 daemon 4 maxconn 256 5 log 127.0.0.1 local2 info 6 defaults 7 log global 8 mode http 9 timeout connect 5000ms 10 tim ...
分类:其他好文   时间:2019-06-29 14:59:20    阅读次数:108
k8s的paas平台
高可靠设计,Etcd 集群,Kubernetes 三主节点,保证集群的高可用性。 基于 GlusterFS /nfs集群,在生产环境和非生产环境下提供存储卷服务。 Flannel+VXLAN,提供可靠的网络服务。 提供分布式监控和统一日志中心,全方位的应用监管能力。 支持 Redis/ZooKeep ...
分类:其他好文   时间:2019-06-29 10:58:38    阅读次数:114
分布式介绍
分布式环境特点: 分布性 并发性-程序运行时并发性操作是很常见的,比如同一个分布式系统中的多个节点同时访问统一资源比如数据库、分布式存储~ 无序性-进程之间的消息通信会出现顺序不一致问题~ 分布式环境下存在的问题: 网络通信问题-网络本身不可靠 网络分区问题(脑裂)-当网络发生异常导致分布式系统中的 ...
分类:其他好文   时间:2019-06-26 19:10:25    阅读次数:123
Nginx、LVS及HAProxy负载均衡软件的优缺点详解
Nginx、LVS及HAProxy负载均衡软件的优缺点详解
分类:其他好文   时间:2019-06-25 16:44:39    阅读次数:100
如何在自己的mac上体验OpenShift 4.1
在4版本后,CDK和minishift基本不跟新了,取代的是一个CodeReady Containter,定位和CDK以及minishift一样,简称CRC,是在本地环境中运行一个开发环境,目前仍然是在tech preview阶段,没有正式的GA,在4.2版本会GA. CRC目前只支持linux和m ...
分类:系统相关   时间:2019-06-25 09:30:09    阅读次数:631
2275条   上一页 1 ... 49 50 51 52 53 ... 228 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!