git clone https://github.com/ObolNetwork/obol-stack.git
cd obol-stack
OBOL_DEVELOPMENT=true ./obolup.sh
obol stack init
obol stack up
obol kubectl get nodes
NAME STATUS ROLES AGE VERSION
k3d-obol-stack-xxxxx-server-0 Ready control-plane,master 1m v1.31.4+k3s1
k3d-obol-stack-xxxxx-agent-0 Ready <none> 1m v1.31.4+k3s1
k3d-obol-stack-xxxxx-agent-1 Ready <none> 1m v1.31.4+k3s1
k3d-obol-stack-xxxxx-agent-2 Ready <none> 1m v1.31.4+k3s1
obol network list
obol network install ethereum --network=hoodi
obol network sync ethereum/knowing-wahoo
obol kubectl get pods -n ethereum-knowing-wahoo
obol k9s
# View all pods across namespaces
obol kubectl get pods -A
# View logs for a specific pod
obol kubectl logs -n ethereum-knowing-wahoo <pod-name>
# View persistent volume claims
obol kubectl get pvc -A