-
How does the AWS Load Balancer Controller work?
Introduction
AWS Load Balancer Controller is a Kubernetes Controller that helps manage the lifecycle of Elastic Loadbalancers (ELB). AWS Load Balancer controller supports two types of ELBs:
- Application Load Balancers (ALB) that utilize the
Ingress
Kubernetes resource - Network Load Balancers (NLB) that utilize the
Service
Kubernetes resource
In this article, we will take a closer look at Application Load Balancers.
- Application Load Balancers (ALB) that utilize the
-
How to secure your AWS Application Load Balancer (ALB)
Introduction
An Application Load Balancer (ALB) is a type of load balancer provided by AWS that functions at the application layer i.e. Layer 7 of the OSI model. ALBs are used to route traffic based on the content of the request to the appropriate target group.
In this article, we will look at the best practices to secure your Application Load Balancer.
-
AWS Go SDK and S3: Complete Guide with examples
In this tutorial, we will look at how we can use the AWS Go SDK to perform various operations on AWS S3.
-
AWS Go SDK and EC2: Complete Guide with examples
In this tutorial, we will look at how we can use the AWS Go SDK to perform various operations on AWS EC2.
-
AWS Go SDK and SES: Complete Guide with examples
In this tutorial, we will look at how we can use the AWS Go SDK to perform various operations on AWS SES.