Kubernetes commands cheat sheet

# start a container that contains curl
$ kubectl run -it --rm test --image=curlimages/curl --restart=Never -- /bin/sh
Be the first person to like this
Like
comment's
(0)