0 votes
in Kubernetes K8s by
One-liner kubectl commad to run a pod with nginx:alpine

1 Answer

0 votes
by

k run nginx-pod --image=nginx:alpine 

         (nginx-pod is arbitrary pod name)

Related questions

0 votes
asked Feb 3, 2020 in NGINX by Tate
0 votes
asked Sep 5, 2019 in NGINX by Robin
...