Answers for "how to add pods to kubernetes cluster"

2

connect to pod kubectl

kubectl exec --stdin --tty shell-demo -- /bin/bash
Posted by: Guest on January-06-2021
1

how get pods in kuber

# Get Pods in all namespaces
kubectl get po -A

# Get pods in default namespace
kubectl get po
Posted by: Guest on April-01-2021

Code answers related to "how to add pods to kubernetes cluster"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language