Skip to content

Instantly share code, notes, and snippets.

@larkintuckerllc
Created September 13, 2025 23:02
Show Gist options
  • Save larkintuckerllc/17d5dd291926ebbd01f08b96f07d999f to your computer and use it in GitHub Desktop.
Save larkintuckerllc/17d5dd291926ebbd01f08b96f07d999f to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Pod
metadata:
name: debug
namespace: default
spec:
containers:
- name: ubuntu-container
image: ubuntu:latest
command: ["/bin/bash"]
args: ["-c", "sleep infinity"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment