Skip to content

Instantly share code, notes, and snippets.

View 0xarun's full-sized avatar
🎯
Focusing

Arunkumar R 0xarun

🎯
Focusing
View GitHub Profile

Kubernetes Installation v1.31 (Single Node) - Ubuntu 24.04

# Disable swap
sudo swapoff -a
sudo sed -i '/ swap / s/^/#/' /etc/fstab

# Update system and install dependencies
sudo apt update && sudo apt install -y apt-transport-https ca-certificates curl gpg
apiVersion: v1
kind: Pod
metadata:
name: everything-allowed-exec-pod
labels:
app: pentest
spec:
hostNetwork: true
hostPID: true
hostIPC: true