article thumbnail

How to Create a Kubernetes Cluster and Load Balancer for Local Development

Dzone - DevOps

This guide will show you one of many ways that you can set up and tear down a local Kubernetes cluster with a load balancer for use as a local development environment. In this article, we will be leveraging Rancher's k3d to run a local Kubernetes cluster and installing MetalLB as a Load Balancer to our cluster.

article thumbnail

How to Implement Client-Side Load Balancing With Spring Cloud

Dzone - DevOps

It is therefore important to distribute the load between those instances. The component that does this is the load balancer. Spring provides a Spring Cloud Load Balancer library. In this article, you will learn how to use it to implement client-side load balancing in a Spring Boot project.

Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

article thumbnail

Automate Application Load Balancers With AWS Load Balancer Controller and Ingress

Dzone - DevOps

Automating AWS Load Balancers is essential for managing cloud infrastructure efficiently. This article delves into the importance of automation using the AWS Load Balancer controller and Ingress template. A high-level illustration of AWS Application Load Balancer with Kubernetes cluster

article thumbnail

How to Implement the Kubernetes Load Balancer

Dzone - DevOps

“Kubernetes load balancer” is a pretty broad term that refers to multiple things. In this article, we will look at two types of load balancers: one used to expose Kubernetes services to the external world and another used by engineers to balance network traffic loads to those services.

article thumbnail

Simplified NGINX Load Balancing with Loadcat

Toptal

NGINX, a sophisticated web server, offers high performance load balancing features, among many other capabilities. However, there is something interesting about tools that configure other tools, and it may be even easier to configure an NGINX load balancer if there was a tool for it.

article thumbnail

CVE-2025-1097, CVE-2025-1098, CVE-2025-1974, CVE-2025-24513, CVE-2025-24514: Frequently Asked Questions About IngressNightmare

Tenable

IngressNightmare is the name given to a series of vulnerabilities in the Ingress NGINX Controller for Kubernetes , an open source controller used for managing network traffic in Kubernetes clusters using NGINX as a reverse proxy and load balancer. What are the vulnerabilities associated with IngressNightmare?

article thumbnail

How to Use Application Load Balancer and Amazon Cognito to Authenticate Users for Your Kubernetes Web Apps

DevOps.com

This post describes how to use Amazon Cognito to authenticate users for web apps running in an Amazon Elastic Kubernetes Services (Amazon EKS) cluster.