mirror of
https://github.com/nubenetes/awesome-kubernetes.git
synced 2026-07-13 10:21:14 +00:00
14 KiB
14 KiB
Networking
!!! info "Architectural Context" Detailed reference for Networking in the context of Networking & Service Mesh.
Standard Reference
- awesomeopensource.com: The Top 110 Cidr Open Source Projects on Github 🌟 [COMMUNITY-TOOL]
- Manage Azure IPAM with Terraform [COMMUNITY-TOOL]
- Application Network Security in Azure Subnets, Endpoints, DNS, NSGs with Terraform Code [COMMUNITY-TOOL]
- Reduce Latency with Azure Proximity Placement Groups [COMMUNITY-TOOL]
- Azure Products by Region Table [COMMUNITY-TOOL]
- Hub-Spoke Network Topology in Azure - Azure Architecture Center [COMMUNITY-TOOL]
- Azure Network Security Perimeter Concepts [COMMUNITY-TOOL]
- Introducing Subnet Peering in Azure [COMMUNITY-TOOL]
- Which Azure Network is Cheaper? [COMMUNITY-TOOL]
- A Guide to Azure Data Transfer Pricing [COMMUNITY-TOOL]
- Private Link Reality Bites: Service Endpoints vs Private Link [COMMUNITY-TOOL]
- NFTables mode for kube-proxy in Kubernetes [COMMUNITY-TOOL]
- networkwalks.com: TCP/IP Model [COMMUNITY-TOOL]
- medium.com/javarevisited: 5 Best HTTPS, SSL and TLS Courses for Beginners' in 2022 [COMMUNITY-TOOL]
- blog.coderco.io: TCP Fundamentals for Software & DevOps Engineers: Building' a Strong Foundation in Networking [COMMUNITY-TOOL]
- cidr.xyz 🌟 [COMMUNITY-TOOL]
- gist.github.com: chadmcrowell/cidr.sh 🌟 [COMMUNITY-TOOL]
- opensource.com: A Linux networking guide to CIDR notation and configuration' - sipcalc 🌟 [COMMUNITY-TOOL]
- pbxbook.com: CIDR Cheat Sheet [COMMUNITY-TOOL]
- aelius.com: subnet sheet [COMMUNITY-TOOL]
- networkproguide.com: CIDR Subnet Mask Cheat Sheet [COMMUNITY-TOOL]
- wisc.edu: CIDR Conversion Table [COMMUNITY-TOOL]
- dzone: What Is CIDR (Classless Inter-Domain Routing) [COMMUNITY-TOOL]
- cyberciti.biz: Linux: IP Subnet (CIDR) Calculator That Will Help You With' Network Settings [COMMUNITY-TOOL]
- cyberciti.biz: Linux Calculating Subnets with ipcalc and sipcalc Utilities [COMMUNITY-TOOL]
- tecmint.com: How to Calculate IP Subnet Address with ipcalc Tool [COMMUNITY-TOOL]
- build5nines.com: IPv4 Address CIDR Range Reference and Calculator [COMMUNITY-TOOL]
- NetBox IPAM 🌟 ⭐ 20567 [DE FACTO STANDARD]
- netboxlabs.com: An In-Depth Guide to NetBox for IPAM [COMMUNITY-TOOL]
- youtube: NetBox Zero To Hero [COMMUNITY-TOOL]
- wizardzines.com: Request Headers [COMMUNITY-TOOL]
- wizardzines.com: Response Headers [COMMUNITY-TOOL]
- wikipedia: List of HTTP status codes [COMMUNITY-TOOL]
- http.cat 🌟 [COMMUNITY-TOOL]
- Wikipedia: HTTP/2 [COMMUNITY-TOOL]
- SPDY & HTTP 2 with Akamai CTO Guy Podjarny [COMMUNITY-TOOL]
- Wikipedia: HTTP/3 [COMMUNITY-TOOL]
- http3-explained.haxx.se: HTTP/3 explained 🌟 [COMMUNITY-TOOL]
- alexandrehtrb.github.io: HTTP/2 and HTTP/3 explained [COMMUNITY-TOOL]
- Improving HTTP with structured header fields 🌟 [COMMUNITY-TOOL]
- http-sfv: HTTP Structured Field Values in Python [COMMUNITY-TOOL]
- harshityadav95.medium.com: Load Balancing Layer 4 vs Layer 7 [COMMUNITY-TOOL]
- media.pearsoncmg.com: Recursive/Iterative Queries in DNS [COMMUNITY-TOOL]
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