12 MINUTES
Load Balancing For Blue-Green, Rolling, and Canary Deployment
by
Armand Sultantono
on
DevOps
• March 29, 2022
The most significant difference in software development today compared to the past is the rate of deployments: development teams release software to production earlier and more frequently. Customers want more, and they want it now. However, they are quick to leave you for the competition when things go wrong. According to research, 32% of all customers would desert a company they liked after one bad experience.
Read More →
8 MINUTES
When I Look At An Airport I See A Load Balancer
by
Iwan Price-Evans
on
Load Balancing
• March 15, 2022
What is a load balancer? What does a web application firewall (WAF) do? What about global server load balancing (GSLB) and web acceleration? These technologies are fundamental to modern application delivery, bringing high availability, security, and scalability. But have you ever had to explain them to a normal person?
Read More →
8 MINUTES
Modern Application Load Balancing With A Centralized Control Plane
by
Armand Sultantono
on
Load Balancing
• January 27, 2022
A centralized control plane for application delivery allows you to use a single platform for all of your application delivery needs. It unites teams involved in the application lifecycle who are usually dispersed across many systems and platforms, with improvements in between. Application Development teams are empowered to deploy applications on their own, with a self-service approach. Platform operations (NetOps, SecOps, Site Reliability, etc.) can set highways not roadblocks, ensuring compliance with corporate security standards without stifling the velocity of development and deployment.
Read More →
5 MINUTES
Best Practices for Load Balancing Kubernetes Containers
by
Craig Risi
on
Tips and Tricks
• August 2, 2021
More organizations are using containers as a mechanism for driving their cloud-native applications. Some organizations have hundreds of small containers across many different servers in different development, test, and production environments. This can be tricky to manage, which is why companies have turned to Kubernetes for container orchestration.
Read More →
3 MINUTES
Making Sense of Load Balancing
by
Craig Risi
on
Load Balancing
• July 22, 2021
We use a variety of tools and ADCs to balance the load of our software applications around the world. We have learned to rely on them immensely to ensure that our applications stay online and are able to scale and respond to changing needs. However, few people understand how load balancers work to ensure the availability of our critical applications and services.
Read More →
7 MINUTES
Multi-Cloud, Multi-Location and Multi-Platform Load Balancing
by
Bethany Hendricks
on
Load Balancing
• February 24, 2021
Load balancing is a crucial practice for any organization that needs to prioritize scalability and performance. By efficiently distributing network and application traffic across multiple servers, load balancing helps ensure that you can continue providing services to customers while gracefully handling unexpected spikes inactivity.
Read More →
4 MINUTES
Replacing Microsoft Network Load Balancer on EOL
by
Bethany Hendricks
on
Snapt Aria
• December 14, 2020
If you are running Microsoft’s Network Load Balancer, then you are aware that the product is facing End Of Life (EOL). This EOL situation means you need to identify and compare the best Microsoft Network Load Balancer alternatives. Anytime you are forced to change your networking infrastructure due to an EOL, it’s a great time to consider how to upgrade your capabilities in the process. This post will help you to identify a replacement load balancer suitable for Windows infrastructure and compatible with a Hyper-V hypervisor, with a framework for making this decision.
Read More →
7 MINUTES
Designing for Infrastructure Agility: Lessons for Economic Opportunity
by
Bethany Hendricks
on
Scalability
• August 13, 2020
The pandemic forced rapid scale-up and highlighted design decisions as critical to building an adaptive business. With the global economy suffering the consequences of COVID-19 and national lockdowns, there has been a large focus on cutting costs, reducing staff and stripping back to the bare necessities. In the land of application delivery and cloud computing, the reverse has happened. Companies rushed to provision more capacity in response to sustained increases in traffic and usage driven by the move from offline to online for so many activities.
Read More →
4 MINUTES
Creating a load balancer for Developers (and why we use our own ADC)
by
Iwan Price-Evans
on
DevOps
• June 16, 2020
Developers building business-critical applications need an IT environment that allows them to work quickly and securely. This means having reliable web servers that are always available and protected. However, in the agile world of modern application development, they can’t always wait for the IT team to set up and configure load balancers and ADCs for them. They need their own solutions, and they need them to be tailored to their own needs. When we developed Snapt Nova, we were our first customer. Our development team uses Nova themselves (the process known as "dogfooding") to provide load balancing for Nova development and deployment. This post is about what developers need, how the right load balancer or application delivery controller (ADC) can support and empower developers, and why Nova might be the best load balancer for developers – or, at least, why our own developers seem to think it is.
Read More →