OPERATING DOCUMENT / KUBE-READY-BOX

Node Verification

Node Readiness Attestation and 30 kernel/storage integrity verification checks.

01 / Context02 / Procedure03 / Operations04 / Verification

Node Verification

Integrity verification checklist ensuring node readiness for immediate cluster initialization.

Essential Verification Steps

  1. Kernel Modules:
    lsmod | grep -E 'br_netfilter|overlay'
  2. XFS pquota Mount Flags:
    mount | grep 'xfs' | grep 'pquota'
  3. IP Forwarding:
    sysctl net.ipv4.ip_forward  # Output: 1
  4. containerd & cgroup v2:
    systemctl is-active containerd
    cat /sys/fs/cgroup/cgroup.controllers
DOCUMENT TRACE

Return to the project record to see architecture, development pulse, proof and related field notes in one context.