Category "load-balancing"

Why is my GCP Load Balancer Certificate stuck at provisioning?

I've set up everything according to the documentation: For the certificate provisioning process to proceed, all of the following conditions must be met:

How to install AWS Load Balancer Controller in a CDK project

I am trying to write a high-level CDK construct that can be used to deploy Django applications with EKS. I have most of the k8s manifests defined for the applic

Kubernetes MetalLB External IP not reachable

I can't access to Network IP assigned by MetalLB load Balancer I created a Kubernetes cluster in k3s. Its 1 master and 1 workers. Each one has its own Private

NestJS tcp microservice load balance

I have a nestjs app as follows: Gateway - HTTP Microservice1 - TCP (ms1) Microservice2 - TCP (ms2) Gateway calling ms1 and ms2. ms1 and ms2 are the same duplica

Where do load balancers sit in microservice architecture?

I'm planning on creating a brand new backend with microservices. I've been looking into infrastructure and I'm unsure as to where load balancers come in. Does t

Acknowledgment on ZMQ

I'm building a real-time service using Python, by the Master - Slave architecture, such that each service is on a DIFFERENT server. The communication between th

Azure - Get Current Status of the Load Balancer Probe

We have a load balanced set in Azure for our web application, which load balances port 80 and 443 between two VMs. We have used the default tcp probe. Is there

GCP create load balancer via api

I want to create a load balancer (TCP) via a REST API or Python SDK for GCP. I haven't found any solutions so far. Example from UI :

Ingress vs Load Balancer

I am quite confused about the roles of Ingress and Load Balancer in Kubernetes. As far as I understand Ingress is used to map incoming traffic from the interne