Skip to content

Instantly share code, notes, and snippets.

@aojea
Last active July 16, 2021 17:04
Show Gist options
  • Save aojea/952c82a58da625fbd9b8aca35f0e63f1 to your computer and use it in GitHub Desktop.
Save aojea/952c82a58da625fbd9b8aca35f0e63f1 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Pod
metadata:
name: netkat
spec:
hostNetwork: true
containers:
- name: netkat
image: aojea/netkat:0.1.1
command: ["/bin/sh", "-ec", "sleep 10000"]
securityContext:
privileged: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment