diff --git a/pages/common/kubectl-exec.md b/pages/common/kubectl-exec.md new file mode 100644 index 0000000000..48bf192d2e --- /dev/null +++ b/pages/common/kubectl-exec.md @@ -0,0 +1,8 @@ +# kubectl exec + +> Execute a command in a container. +> More information: . + +- Open Bash in a pod, using the first container by default: + +`kubectl exec {{pod_name}} {{-it|--stdin --tty]}} -- bash`