Skip to content

Instantly share code, notes, and snippets.

@matteopic
Last active November 6, 2025 14:05
Show Gist options
  • Select an option

  • Save matteopic/8b19457d221964ebebb88053e771e85f to your computer and use it in GitHub Desktop.

Select an option

Save matteopic/8b19457d221964ebebb88053e771e85f to your computer and use it in GitHub Desktop.
Some utility PODs
# For telnet and curl
# When POD starts, open the shell and run
# apk update && apk add busybox-extras && apk add curl
apiVersion: v1
kind: Pod
metadata:
name: tmp-alpine-pod
labels:
app: alpine
spec:
containers:
- name: alpine
image: alpine:latest
command: ["sleep", "3600"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment