Jump to content

Kubernetes: Difference between revisions

Line 167: Line 167:
# Throw up a ubuntu container
# Throw up a ubuntu container
kubectl run my-shell --rm -i --tty --image ubuntu -- bash
kubectl run my-shell --rm -i --tty --image ubuntu -- bash
kubectl run busybox-shell --rm -i --tty --image odise/busybox-curl -- sh
</pre>
</pre>