InfraRunBook
    NOC & DevOps Knowledge Platform

    Production Runbooks for Network & Infra Teams

    Step-by-step operational playbooks for IT, NOC, and DevOps engineers. Real commands, real configs.

    Quick:
    74 Runbooks5 CategoriesLast Updated: Trending: Cisco, Nginx

    Browse Categories

    All categories

    Featured Runbook

    What Happens When DNS Fails (Real Impact Explained)
    DNS Featured

    What Happens When DNS Fails (Real Impact Explained)

    A technical deep-dive into DNS failure modes, their cascading impact across authentication, monitoring, and CI/CD, and step-by-step recovery procedures for infrastructure engineers.

    Command Reference Preview

    bgp-troubleshoot.sh
    ! BGP Troubleshooting - Cisco IOS-XE
    R1# show ip bgp summary
    BGP router identifier 10.0.0.1, local AS number 65001
    Neighbor        V    AS MsgRcvd MsgSent   TblVer  InQ OutQ Up/Down  State/PfxRcd
    10.0.0.2        4 65002    1024    1020        45    0    0 01:23:45        12
    10.0.0.3        4 65003       0       5         0    0    0 00:02:11 Active
    
    R1# show ip bgp neighbors 10.0.0.3 | inc BGP state
    BGP state = Active, unread input bytes = 0
    
    R1# debug ip bgp 10.0.0.3 events
    R1# clear ip bgp 10.0.0.3 soft

    All Runbooks

    14 entries
    Arista

    Arista vs Juniper: Which Is Better for Enterprise Networks

    A deep technical comparison of Arista EOS and Juniper Junos for enterprise network deployments, covering BGP EVPN, VXLAN, MLAG, automation, QoS, ZTP, and total cost of ownership side by side.

    arista eosjuniper junosbgp evpn
    Cisco

    What Is VLAN and Why It Is Used in Cisco Networks

    A comprehensive technical guide to VLANs in Cisco networks, covering what VLANs are, why they are used, and how to configure them on IOS-XE switches. Includes step-by-step CLI examples for VLAN creation, trunking, and inter-VLAN routing.

    cisco vlanvlan configurationcisco switch vlan
    Nginx

    Top Real-World Use Cases of Nginx in Production

    A deep-dive into how Nginx is deployed in production environments, covering reverse proxying, upstream load balancing, SSL hardening, rate limiting, caching, WebSocket proxying, and security headers with annotated config examples.

    nginx productionnginx reverse proxynginx load balancing
    Nginx

    How Nginx Improves Website Performance and Speed

    Learn how Nginx's event-driven architecture, proxy caching, gzip compression, HTTP/2, and upstream keepalive eliminate latency and scale web infrastructure to handle high concurrent load.

    nginx performancenginx cachingnginx gzip compression
    Nginx

    Using Nginx as Reverse Proxy: Benefits and Use Cases

    Learn how Nginx functions as a high-performance reverse proxy, covering SSL termination, upstream load balancing, response caching, WebSocket proxying, and path-based routing for production infrastructure.

    nginxreverse proxyload balancing
    Nginx

    What Is Nginx and Why It Is So Popular

    Nginx is a high-performance, event-driven web server, reverse proxy, and load balancer that has become a cornerstone of modern infrastructure. Learn how it works, why it outperforms traditional servers, and how to configure it for real-world deployments.

    nginxnginx web servernginx reverse proxy
    Mar 31
    Nginx

    Nginx vs Apache: Which Web Server Should You Choose

    A deep technical comparison of Nginx and Apache covering event-driven vs process-based architecture, memory usage, reverse proxy performance, and configuration to help infrastructure engineers make the right choice.

    nginxapacheweb server comparison
    Mar 31
    HAProxy

    Benefits of Using HAProxy for High Availability Systems

    HAProxy delivers enterprise-grade load balancing, SSL termination, health checks, and session persistence that form the backbone of resilient high availability architectures. Learn how to configure and tune HAProxy for production environments.

    haproxyhigh availabilityload balancing
    Mar 31
    HAProxy

    Common HAProxy Use Cases in Modern Web Infrastructure

    A hands-on guide to the most common HAProxy use cases including load balancing algorithms, TLS termination, ACL routing, rate limiting, session persistence, and high availability with Keepalived.

    haproxyload balancingssl termination
    Mar 31
    HAProxy

    Layer 4 vs Layer 7 Load Balancing Explained with HAProxy

    Understand the architectural differences between Layer 4 and Layer 7 load balancing and learn to configure both modes in HAProxy with real-world TCP and HTTP examples.

    haproxy layer 4haproxy layer 7tcp load balancing
    Mar 30
    HAProxy

    What Is HAProxy and How It Works in Simple Terms

    HAProxy is a high-performance open-source load balancer and TCP/HTTP proxy trusted in production at massive scale. Learn how its frontend/backend model, health checks, SSL termination, ACLs, and Keepalived HA work together.

    haproxyload balancerreverse proxy
    Mar 30
    HAProxy

    HAProxy vs Nginx: Which Is Better for Load Balancing

    A deep technical comparison of HAProxy and Nginx for production load balancing, covering algorithms, health checks, SSL termination, ACLs, stick tables, rate limiting, and observability.

    haproxy load balancingnginx load balancinghaproxy vs nginx
    Mar 30
    DNS

    Public vs Private DNS: Key Differences and Use Cases

    A technical deep-dive into public and private DNS architecture, covering split-horizon BIND views, TSIG zone transfer security, RPZ filtering, and the design decisions that keep internal records out of public zones.

    public dnsprivate dnssplit-horizon dns
    Mar 30
    DNS

    What Is Reverse DNS Lookup and Where It Is Used

    Reverse DNS lookup resolves an IP address back to a hostname using PTR records stored in the in-addr.arpa zone. This article explains how it works technically, how to configure it in BIND, and where it is actively used in production infrastructure.

    reverse DNSPTR recordin-addr.arpa
    Mar 30

    For NOC & DevOps Teams

    Standardize your infra operations

    Production-tested runbooks for every incident. Stop guessing, start executing.