kubectl run hackbox --rm -i --tty --image ghcr.io/jzandbergen/hackbox:latest -- bash
Use the yaml file as template for modifications.
kubectl create -f deployments/pod.yaml
kubectl create -f deployments/daemonset.yaml
docker run --rm -ti ghcr.io/jzandbergen/hackbox:latest