Skip to content

Instantly share code, notes, and snippets.

@tairov
Created October 6, 2024 23:06
Show Gist options
  • Save tairov/4b48349177d7850186274e051068cb42 to your computer and use it in GitHub Desktop.
Save tairov/4b48349177d7850186274e051068cb42 to your computer and use it in GitHub Desktop.
sq.io shell in a k8s pod
# Start pod named "sq-shell".
$ kubectl run sq-shell --image ghcr.io/neilotoole/sq
# Shell into the pod.
$ kubectl exec -it sq-shell -- zsh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment