Files
awesome-kubernetes/v2-docs/networking.md

14 KiB

Networking

!!! info "Architectural Context" Detailed reference for Networking in the context of Networking & Service Mesh.

Standard Reference

Azure

Hybrid Infrastructure

  • (2025) Azure ExpressRoute Resiliency: Best Practices for Production-Critical Workloads [NONE CONTENT] [ADVANCED LEVEL] 🌟🌟🌟🌟 [ENTERPRISE-STABLE] — Deeply examines resiliency patterns for Azure ExpressRoute connectivity connecting on-premises data centers to Azure. It covers active-active configuration, secondary ExpressRoute failovers, and VPN backup strategies to prevent downtime during link outages. Indispensable for designing highly available hybrid cloud foundations.

Multi-Tenant

  • (2025) Deploying Virtual Networks Across Tenants Using Azure Virtual Network Manager [NONE CONTENT] [ADVANCED LEVEL] 🌟🌟🌟🌟 [ENTERPRISE-STABLE] — Explains how to construct secure virtual network topologies across multiple enterprise Azure tenants using Azure Virtual Network Manager (AVNM). Details centralized mesh-network architectures, security admin rules, and policy distribution. This resource is highly practical for organizations managing complex multi-tenant landing zones.

HTTP

Fundamentals

  • (2015) slideshare: Http Status Code Errors in SEO [NONE CONTENT] 🌟🌟 [COMMUNITY-TOOL] — Slide presentation illustrating HTTP status codes (2xx, 3xx, 4xx, 5xx) and their impact on search engines indexing and crawling profiles. Details strategies for resolving redirect loops and handling server-side downtime. It provides basic context on HTTP error definitions but is largely focused on search marketing rather than modern container architectures.

IP Tools

Fundamentals (1)

  • (2022) matt-rickard.com: How to Calculate a CIDR [NONE CONTENT] 🌟🌟🌟 [COMMUNITY-TOOL] — Breaks down the math of Classless Inter-Domain Routing (CIDR) configuration, highlighting subnet masking and bitwise representation. Demonstrates how to divide network ranges to match Kubernetes pod and service address space requirements. Great educational reading for understanding IP boundaries and avoiding IP collisions in routing designs.

IP Generation

  • (2020) magic-cookie.co.uk/iplist.html [C CONTENT] 🌟🌟 [COMMUNITY-TOOL] — A web-based utility tool, IPLIST, used for computing and generating ranges of IP addresses and translating formats. Helps networks administrators quickly construct complex network configurations and resolve subnets. Acts as a simple utility for local testing of IP block definitions.

IPAM

Ansible

  • (2024) ==docs.ansible.com: Netbox Ansible Modules 🌟== [PYTHON CONTENT] [DOCUMENTATION] 🌟🌟🌟🌟🌟 [DE FACTO STANDARD] — Documentation on Ansible collections for Netbox, the open-source infrastructure resource model and IPAM system. Details modules for programmatically managing IP addresses, subnets, racks, and device inventories directly from GitOps execution pipelines. Enables fully automated source-of-truth orchestration across mixed networks.

Infrastructure

Web Servers

  • (2016) 5 Tips to Boost the Performance of Your Apache Web Server [NONE CONTENT] 🌟🌟🌟 [LEGACY] — Outlines 5 performance-tuning optimization steps for Apache HTTP server installations, focusing on Multi-Processing Modules (MPM), KeepAlive configurations, and caching rules. This guide helps legacy operations maximize concurrency on system resources before migrating web workloads to container environments.

Security

Infrastructure Security

Network Protection

  • Building a DDoS Response Plan with Azure DDoS Protection [EN CONTENT] [COMMUNITY-TOOL] — Curator Insight: Architecture plan to withstand high-volume distributed denial-of-service attempts. Live Grounding: Focuses heavily on cloud-native patterns like rate-limiting, load-balancer protection, and Edge integration on Azure platforms.

Software Development

Java

Application Servers

  • (2015) HTTP/2 With JBoss EAP 7 - Tech Preview [JAVA CONTENT] 🌟🌟 [COMMUNITY-TOOL] — Reviews the technology preview of HTTP/2 protocol support within JBoss Enterprise Application Platform (EAP) 7. It covers ALPN requirements, connection multiplexing over TCP, and header compression designed to optimize application loading. Historical reference for configuring early HTTP/2 pathways in enterprise Java environments.

Performance

Web Development

  • (2016) simple-talk.com: Script Loading between HTTP/1.1 and HTTP/2 [JAVASCRIPT CONTENT] 🌟🌟🌟 [COMMUNITY-TOOL] — Contrasts asset packaging and loading strategies under HTTP/1.1 (bundling, domain sharding) with the multiplexing capabilities of HTTP/2. Analyzes network request profiles to demonstrate how request prioritization and header compression alter client-side performance. Shows that old performance hacks can become anti-patterns with modern network specifications.

💡 Explore Related: Cloudflare | Kubernetes Networking | Servicemesh