Skip to content

Instantly share code, notes, and snippets.

@barrydobson
Created July 5, 2020 18:39
Show Gist options
  • Save barrydobson/203195ecbab253eaa1e331c9b8229007 to your computer and use it in GitHub Desktop.
Save barrydobson/203195ecbab253eaa1e331c9b8229007 to your computer and use it in GitHub Desktop.
Run an Ubuntu container in kubernetes
kubectl run -i --tty --rm debug --image=ubuntu --restart=Never -- bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment