# 1. Aggiorna OS sudo apt update && sudo apt -y upgrade # Ubuntu/Debian sudo apt install -y iputils-ping sudo apt install -y telnetd telnet sudo snap install -y kubectl --classic sudo apt install -y iptables sudo apt install -y iptables-persistent # 2. Disabilita SWAP (necessario) sudo swapoff -a sudo sed -i.bak '/ swap / s/^\(.*\)$/#\1/g' /etc/fstab # 3. Config kernel requisiti Kubernetes (es. bridge netfilter) cat <