sagar.ghorse
Fri Feb 16 2024
Launching an NGINX pod imperatively (directly from the command line) can be done using the
kubectl run nginx-pod --image=nginx --restart=Never
kubectl run nginx-pod --image=nginx --restart=Never
sagar.ghorse
Fri Feb 16 2024