Freja
0
Q:

kubectl create pod

# Get pods in default namespace
kubectl get pods

#Get Pods in my-namespace
kubectl get pods -n my-namespace

#Get Pods in all namespaces
kubectl get pods --all-namespaces
-1
kubectl run <pod-name> --image=<image> --restart=Never
0

New to Communities?

Join the community