Tagged articles
12 articles
Page 1 of 1
MaGe Linux Operations
MaGe Linux Operations
Feb 28, 2026 · Information Security

Mastering Enterprise Firewalls: iptables vs nftables Rule Management

This guide walks you through the fundamentals of Linux Netfilter, compares iptables and nftables architectures, shows how to build, migrate, and optimize enterprise‑grade firewall rule sets, and provides best‑practice tips, automation scripts, monitoring metrics, and troubleshooting procedures for secure, high‑performance network protection.

DockerKubernetesLinux
0 likes · 44 min read
Mastering Enterprise Firewalls: iptables vs nftables Rule Management
MaGe Linux Operations
MaGe Linux Operations
Aug 4, 2025 · Operations

Boost K8s Node Network Performance by 30% with Linux Kernel Tuning

This article explains how fine‑tuning Linux kernel parameters—such as TCP connection queues, buffer sizes, conntrack limits, interrupt affinity, and container network settings—can improve Kubernetes node network throughput by over 30% in high‑concurrency microservice environments, with real‑world examples and verification scripts.

Kubernetesconntracknetwork performance
0 likes · 11 min read
Boost K8s Node Network Performance by 30% with Linux Kernel Tuning
Deepin Linux
Deepin Linux
Jul 11, 2025 · Fundamentals

How Conntrack Powers Modern Cloud‑Native Networking and Security

Conntrack, the Linux kernel’s connection tracking subsystem, underpins reliable networking for mobile apps, Kubernetes services, Docker containers, and firewalls by recording five‑tuple states, enabling NAT, stateful packet filtering, and seamless integration with Netfilter and BPF‑based solutions such as Cilium.

KubernetesNATNetworking
0 likes · 22 min read
How Conntrack Powers Modern Cloud‑Native Networking and Security
Tencent Cloud Developer
Tencent Cloud Developer
May 8, 2023 · Cloud Native

Troubleshooting Common Kubernetes Networking Issues: Cross-VPC NodePort Timeouts, LB Pressure Test CPS Low, DNS Delays, and More

This guide walks through eight frequent Kubernetes networking problems in Tencent Cloud Kubernetes Service—such as cross‑VPC NodePort timeouts, low load‑balancer CPS, DNS resolution delays, apiserver access lag, mis‑configured resolv.conf, liveness‑probe failures, and externalTrafficPolicy = Local timeouts—explaining their root causes and providing concrete kernel, iptables, DNS, and configuration fixes.

DNSKubernetesLB
0 likes · 29 min read
Troubleshooting Common Kubernetes Networking Issues: Cross-VPC NodePort Timeouts, LB Pressure Test CPS Low, DNS Delays, and More
MaGe Linux Operations
MaGe Linux Operations
Dec 26, 2022 · Information Security

Master Linux Connection Tracking and iptables: Complete Guide

This article explains Linux connection tracking (conntrack), its implementation in Netfilter, and provides detailed instructions for using iptables—including rule queries, additions, deletions, modifications, saving, loading, match extensions, custom chains, and logging—to manage firewall behavior and network security effectively.

Linuxconntrackfirewall
0 likes · 31 min read
Master Linux Connection Tracking and iptables: Complete Guide
Cloud Native Technology Community
Cloud Native Technology Community
Nov 16, 2022 · Cloud Native

How Do Packets Travel Inside and Outside Kubernetes? A Deep Dive into Pods, Network Namespaces, and CNI

This article explains how Kubernetes forwards packets from the initial web request through container networking, covering the network model, pod creation steps, the role of the pause container, same‑node and cross‑node pod‑to‑pod traffic, service IP translation, and the underlying CNI, iptables, and conntrack mechanisms.

CNIKubernetesNetwork Namespace
0 likes · 28 min read
How Do Packets Travel Inside and Outside Kubernetes? A Deep Dive into Pods, Network Namespaces, and CNI
Xueersi Online School Tech Team
Xueersi Online School Tech Team
Apr 23, 2021 · Cloud Native

Understanding SNAT Port Conflicts in Kubernetes Container Networking and Mitigation Strategies

This article analyzes why Kubernetes pods experience occasional one‑second connect() delays due to SNAT port‑collision issues in the iptables conntrack table, explains the underlying networking mechanisms, and offers practical mitigation techniques such as random‑fully SNAT selection and long‑lived connections.

KubernetesSNATconntrack
0 likes · 9 min read
Understanding SNAT Port Conflicts in Kubernetes Container Networking and Mitigation Strategies
ITPUB
ITPUB
Dec 29, 2020 · Fundamentals

How Linux Connection Tracking Works: Inside Netfilter and NAT

This article explains the principles, applications, and Linux kernel implementation of connection tracking (conntrack), covering its role in NAT, L4 load balancing, key data structures, hook mechanisms, and performance considerations with detailed code examples.

Linux kernelNATconntrack
0 likes · 28 min read
How Linux Connection Tracking Works: Inside Netfilter and NAT
Full-Stack DevOps & Kubernetes
Full-Stack DevOps & Kubernetes
Oct 10, 2020 · Cloud Native

What 3 Years of Running Kubernetes in Production Taught Us

After three years of operating multiple Kubernetes clusters across bare‑metal and cloud environments, we share hard‑won lessons on Java container compatibility, upgrade strategies, CI/CD redesign, probe tuning, conntrack limits, and evaluating whether Kubernetes truly fits your workload.

Javaconntrackproduction
0 likes · 13 min read
What 3 Years of Running Kubernetes in Production Taught Us