Tag

LoadBalancer

0 views collected around this technical thread.

System Architect Go
System Architect Go
Dec 30, 2023 · Cloud Native

How External HTTP/HTTPS Requests Reach Containers in a Kubernetes Cluster

This article explains the end‑to‑end path that an external HTTP or HTTPS request follows—from the client through DNS resolution, load balancer, ingress controller, service routing, and finally to the target container inside a Kubernetes pod—while also covering optional variations and the underlying network components.

HTTPIngressKubernetes
0 likes · 7 min read
How External HTTP/HTTPS Requests Reach Containers in a Kubernetes Cluster
DevOps Operations Practice
DevOps Operations Practice
Aug 2, 2022 · Cloud Native

Deploying MetalLB Load Balancer on Bare‑Metal Kubernetes Clusters

This article explains why exposing services on a bare‑metal Kubernetes cluster requires a custom load‑balancer solution, introduces MetalLB, details its deployment requirements, explains its Layer 2 and BGP modes, provides step‑by‑step installation commands, and shows how to verify the setup.

BGPBareMetalHelm
0 likes · 11 min read
Deploying MetalLB Load Balancer on Bare‑Metal Kubernetes Clusters
macrozheng
macrozheng
Aug 2, 2022 · Cloud Native

Master Spring Cloud LoadBalancer: From RestTemplate to OpenFeign

This tutorial walks through replacing Ribbon with Spring Cloud LoadBalancer, showing how to configure dependencies, set up RestTemplate and OpenFeign clients, customize caching and request transformation, and verify load‑balanced calls using Nacos as the service registry.

LoadBalancerMicroservicesNacos
0 likes · 10 min read
Master Spring Cloud LoadBalancer: From RestTemplate to OpenFeign
Ops Development Stories
Ops Development Stories
May 25, 2022 · Cloud Native

How to Deploy MetalLB BGP LoadBalancer on a Bare‑Metal Kubernetes Cluster

Facing the limitation of LoadBalancer services on bare‑metal Kubernetes, this guide walks through the background, MetalLB overview, and step‑by‑step deployment using BGP, including environment setup, configuration files, and verification of external IP routing.

BGPBare-metalCloud Native
0 likes · 7 min read
How to Deploy MetalLB BGP LoadBalancer on a Bare‑Metal Kubernetes Cluster
Code Ape Tech Column
Code Ape Tech Column
Mar 11, 2022 · Cloud Native

Implementing Gray Release with Spring Cloud LoadBalancer in Spring Cloud Gateway

This article explains how to achieve gray (canary) release across multiple environments by using Spring Cloud LoadBalancer in Spring Cloud Gateway, configuring service metadata and request headers to route traffic to specific instances, and provides two implementation approaches with full code examples.

JavaLoadBalancerMicroservices
0 likes · 10 min read
Implementing Gray Release with Spring Cloud LoadBalancer in Spring Cloud Gateway
Efficient Ops
Efficient Ops
Feb 15, 2022 · Cloud Native

How Kubernetes Ingress Simplifies Service Exposure and Load Balancing

This article explains the fundamentals of Kubernetes Ingress, how it works with an Ingress controller like ingress-nginx to expose internal services externally, compares manual Nginx proxy setups with Ingress, and provides step-by-step installation, configuration examples, TLS setup, annotations, and testing tips.

Cloud NativeIngressKubernetes
0 likes · 13 min read
How Kubernetes Ingress Simplifies Service Exposure and Load Balancing
Cloud Native Technology Community
Cloud Native Technology Community
Jan 4, 2021 · Cloud Native

Understanding Kubernetes Ingress: Principles, Configuration, and Practical Examples

This article explains the fundamentals of Kubernetes Ingress, how it relies on an Ingress controller such as ingress‑nginx to expose services, compares it with manual Nginx proxy setups, and provides step‑by‑step YAML examples, annotations, TLS configuration, and testing tips.

Cloud NativeIngressKubernetes
0 likes · 12 min read
Understanding Kubernetes Ingress: Principles, Configuration, and Practical Examples
DevOps Cloud Academy
DevOps Cloud Academy
Dec 7, 2020 · Operations

How to Upgrade a Single‑Master Kubernetes Cluster to a Multi‑Master High‑Availability Setup

This guide walks through converting a single‑master Kubernetes cluster into a highly available multi‑master deployment by configuring a load‑balancing Nginx front‑end, updating API server certificates with additional SAN entries, adjusting kubeconfig files, and adding extra control‑plane nodes while verifying etcd health.

HAKubernetesLoadBalancer
0 likes · 20 min read
How to Upgrade a Single‑Master Kubernetes Cluster to a Multi‑Master High‑Availability Setup
Cloud Native Technology Community
Cloud Native Technology Community
Aug 14, 2020 · Cloud Native

Deploying Nginx Ingress on Tencent Cloud TKE: Overview, Deployment Options, and Best Practices

This article provides a comprehensive guide to Nginx Ingress on Tencent Cloud TKE, covering its fundamentals, three deployment architectures, selection criteria, internal and external load‑balancer configurations, bandwidth considerations, Ingress creation, and monitoring with Prometheus.

Cloud NativeKubernetesLoadBalancer
0 likes · 13 min read
Deploying Nginx Ingress on Tencent Cloud TKE: Overview, Deployment Options, and Best Practices