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 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.

Insiders

Sign Up for our Newsletter

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

Trending Sources

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

A Beginner's Guide to Infrastructure as Code

Dzone - DevOps

This is an article from DZone's 2023 DevOps Trend Report. The main idea behind IaC is to eliminate the need for manual infrastructure provisioning and configuration of resources such as servers, load balancers, or databases with every deployment.

article thumbnail

Automate JBoss Web Server Deployment With the Red Hat Certified Content Collection for JWS

Dzone - DevOps

Red Hat JBoss Web Server (JWS) combines a web server (Apache HTTPD), a servlet engine (Apache Tomcat), and modules for load balancing (mod_jk and mod_cluster). In this article, we'll show how 1+1 becomes 11 by using Ansible to completely automate the deployment of a JBoss Web Server instance on a Red Hat Enterprise Linux 8 server.

article thumbnail

Anatomy of a High Availability Kubernetes Cluster

Dzone - DevOps

In my previous article , I hinted at explaining how Ansible can be used to expose applications running inside a high availability K8s cluster to the outside world. This post will show how this can be achieved using a K8s ingress controller and load balancer.

article thumbnail

How To Improve Performance Using AWS and Terraform

Dzone - DevOps

In this article, we will discuss the advantages of using AWS and Terraform and provide an example of this collaboration for better understanding.

AWS 94