码迷,mamicode.com
首页 >  
搜索关键字:haproxy keepalived jboss    ( 4797个结果
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
SpringBoot 日志系统
日志框架 开发一个大型系统的简易步骤: 写一个统一的接口层: 日志门面,(日志的一个抽象层) 给项目导入具体的日志实现,之前的框架都是实现的抽象层 主流的日志框架 JUL、JCL、Jboss-logging、logback、log4j、log4j2、slf4j.... 日志门面(日志的抽象层): J ...
分类:编程语言   时间:2019-07-02 00:32:50    阅读次数:134
配置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
Nginx、LVS及HAProxy负载均衡软件的优缺点详解
Nginx、LVS及HAProxy负载均衡软件的优缺点详解
分类:其他好文   时间:2019-06-25 16:44:39    阅读次数:100
CentOS7 搭建LVS+keepalived负载均衡
CentOS7 搭建LVS+keepalived负载均衡(一) 本文中只涉及一台负载均衡服务器,和两台真实服务器,主要是初步体验负载均衡;实际的环境中,lvs和keepalived一起用才是黄金搭档,下篇将继续讲述lvs+keepalived的搭建过程 一、本次搭建的系统架构图- 虚拟机:Virtu ...
分类:其他好文   时间:2019-06-25 00:22:25    阅读次数:138
基础云服务器重启之后ovs路由器中keepalived进程没正常启动导致vxlan虚拟机无法通信
问题现象 问题现象 所有的 ovs 路由器的ns keepalived没有正常启动 l3日志如下: Stderr: execute /usr/lib/python2.7/site-packages/neutron/agent/linux/utils.py:134 2019-04-25 17:32:1 ...
分类:系统相关   时间:2019-06-24 17:01:27    阅读次数:231
4797条   上一页 1 ... 51 52 53 54 55 ... 480 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!