Skip to content

Instantly share code, notes, and snippets.

@bfgits
Last active May 11, 2020 09:04
Show Gist options
  • Save bfgits/a6d75448973f5d57c241886a6aff9382 to your computer and use it in GitHub Desktop.
Save bfgits/a6d75448973f5d57c241886a6aff9382 to your computer and use it in GitHub Desktop.
k8s busybox
kubectl run curl-tool --image=radial/busyboxplus:curl -i --tty --rm
@bfgits
Copy link
Author

bfgits commented Nov 18, 2019

kubectl run curl-tool -n develop --image=radial/busyboxplus:curl -i --tty --rm

@bfgits
Copy link
Author

bfgits commented May 11, 2020

kubectl -n develop run mysql-test --image=mysql:5.7 -it --rm --restart=Never -- /bin/bash

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment