Daniel Skrba Daniel Skrba | Oct 3, 2022 | BASICS, CLOUD, KUBERNETES, LOAD BALANCING / ROUTING
Containers have fast become one of the most efficient ways of virtually deploying applications, offering more agility than a virtual machine (VM) can typically provide. Both containers and VMs are great tools for managing resources and application deployment, but what...
Jim O'Connell Jim O'Connell | Jul 26, 2021 | CLOUD, LOAD BALANCING / ROUTING, TECH
AWS Auto Scaling groups are a powerful tool for creating scaling plans for your application. They let you dynamically create a group of EC2 instances that will maintain a consistent and predictable level of service. HAProxy’s Data Plane API adds a cloud-native...
HAProxy Technologies HAProxy Technologies | Jun 14, 2019 | CLOUD, OBSERVABILITY
HAProxy integrates with AWS X-Ray to give you the best observability across your Amazon Web Services (AWS) resources, including your load balancer. Read on to learn how. There is a trend to move away from monolithic applications towards microservices. Microservices...
Dinko Korunic Dinko Korunic | Apr 26, 2019 | CLOUD, TECH
In this blog post, learn to use HAProxy, Keepalived, Terraform and Ansible to set up highly-available load balancing in AWS. In the third part of this series, we are again tackling how to implement a highly available architecture in AWS. In the first article, HAProxy...
Dinko Korunic Dinko Korunic | Oct 9, 2018 | CLOUD, TECH
Placing HAProxy at the edge of your AWS infrastructure is possible without involving Elastic Load Balancing (ELB). In this article, we’ll discuss how. This blog post is part of a series. See Part 1 and Part 3. There is such a thing as too many layers. There’s a...