run ubuntu
kubectl run ubuntu-pod -it --image=ubuntu:latest --restart=Never -- bash
apt-get -y update; apt-get -y install curl
run ubuntu
kubectl run ubuntu-pod -it --image=ubuntu:latest --restart=Never -- bash
apt-get -y update; apt-get -y install curl