You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
amazon/aws-cli # AWS command line client
travelping/nettools:latest # Network tools, this nsloolup did not worked with etc/resolv.conf
jonlabelle/network-tools # Network tools, this nsloolup worked with etc/resolv.conf but not dig
mirantis/gpu-example:cuda-10.2 # Check gpu drivers
Run conatiner and command ad-hoc
Just run one command
kubectl run <pod-name> --image=<your_image> --namespace=<your-ns> --overrides='{"spec":{"serviceAccount":"your-service-account"}}' --command -- <your-command>