In previous article we explored the basic concepts of docker images and now we will move forward to the building blocks of a docker image i,e. layers. Layers are the building blocks of docker…
Category: Trending
How to setup High Availability Cluster of HAProxy using Keepalived? HAProxy (High Availability Proxy) serves it’s job well as a Reverse Proxy and TCP / HTTP load balancer. In HAProxy load balancing setup shown in above diagram the HAProxy is the…
HAProxy(High Availibility Proxy) is an open source TCP / HTTP proxy solution to create highly available systems. HAProxy is widely used open source load balancer. In this article we will learn how to use HAProxy as load balancer for EMQX Cluster. To get yourself familiar with basic concepts of HAProxy and it’s…
HAProxy(High Availibility Proxy) is an open source TCP / HTTP proxy solution to create highly available systems. HAProxy is widely used open source load balancer. In following sections we will look at some important concepts of HAProxy. HAProxy ACL (Access Control List) HAProxy ACL allows us to…