Created
October 6, 2024 23:06
-
-
Save tairov/4b48349177d7850186274e051068cb42 to your computer and use it in GitHub Desktop.
sq.io shell in a k8s pod
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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