Tagged articles
6 articles
Page 1 of 1
Java Architect Essentials
Java Architect Essentials
Jul 10, 2025 · Operations

How Header Routing Enables Zero‑Downtime Gray Releases

The article explains why traditional branch‑based deployments cause service outages, introduces Header routing as a logical, zero‑downtime gray‑release solution, details its core principles, benefits, implementation with Nginx Ingress, and provides practical code examples for seamless version switching.

DeploymentHeader RoutingKubernetes
0 likes · 10 min read
How Header Routing Enables Zero‑Downtime Gray Releases
MaGe Linux Operations
MaGe Linux Operations
Feb 10, 2024 · Cloud Native

Mastering Multi‑Instance NGINX‑Ingress: Deployment, Configuration, and Best Practices

This guide explains how NGINX‑Ingress works, outlines key considerations for running multiple instances, and provides step‑by‑step instructions—including helm installation, custom controller parameters, admission webhook scoping, and verification screenshots—to reliably deploy and manage several NGINX‑Ingress controllers in a Kubernetes cluster.

Multi-Instanceadmission-webhookcloud-native
0 likes · 10 min read
Mastering Multi‑Instance NGINX‑Ingress: Deployment, Configuration, and Best Practices
Full-Stack DevOps & Kubernetes
Full-Stack DevOps & Kubernetes
Feb 7, 2022 · Cloud Native

How to Double Nginx‑Ingress Performance in Kubernetes: IPVS, Kernel Tweaks, and Keep‑Alive Optimizations

This guide explains why routing traffic through an Nginx Ingress controller can halve Kubernetes service QPS and provides step‑by‑step instructions—including switching to IPVS, tuning kernel and file‑descriptor limits, and configuring keep‑alive settings—to restore and even exceed the original performance.

Keep-Alivekube-proxynginx-ingress
0 likes · 9 min read
How to Double Nginx‑Ingress Performance in Kubernetes: IPVS, Kernel Tweaks, and Keep‑Alive Optimizations
ZhiKe AI
ZhiKe AI
Sep 17, 2021 · Cloud Native

How to Uniformly Increase File Upload Size in Kubernetes

The article walks through diagnosing why a second Kubernetes cluster ignored the upload‑size setting, shows how to inspect the nginx‑ingress‑controller deployment, identify the --configmap argument, and fix the issue by updating the referenced ConfigMap name to nginx‑configuration.

ConfigMapDeploymentKubernetes
0 likes · 2 min read
How to Uniformly Increase File Upload Size in Kubernetes