Skip to content

Instantly share code, notes, and snippets.

@gkampitakis
Created August 8, 2024 11:35
Show Gist options
  • Save gkampitakis/78fa456fb419c7244d7e46eeb5189604 to your computer and use it in GitHub Desktop.
Save gkampitakis/78fa456fb419c7244d7e46eeb5189604 to your computer and use it in GitHub Desktop.
# apt-get update && apt-get install -y curl host dnsutils nano netcat
apiVersion: v1
kind: Pod
metadata:
name: toolbox-pod
namespace: client
spec:
restartPolicy: Always
containers:
- name: toolbox
image: ubuntu:20.04
command: ["sleep", "infinity"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment