We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
kubectl run r00t --restart=Never -it --rm --image alpine:latest --overrides \ '{ "spec": { "hostPID": true, "containers": [{ \ "name": "1", "image": "alpine", "command": [ \ "nsenter", "--mount=/proc/1/ns/mnt", "--", "/bin/bash" \ ], "stdin": true, "tty": true, "securityContext": { \ "privileged": true }]}}'
etcd
docker exec -e ETCDCTL_ENDPOINTS=$(docker exec etcd /bin/sh -c "etcdctl member list | cut -d, -f5 | sed -e 's/ //g' | paste -sd ','") etcd etcdctl endpoint status --write-out table
nsenter --mount=/host/proc/1/ns/mnt --net=/host/proc/1/ns/net /bin/bash
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Handy Kubernetes One-Liners
Root Privesc
List
etcd
membersRoot Privesc 2
The text was updated successfully, but these errors were encountered: