This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Pod 基础
```
$ kubectl get pods # 获取所有正在运行的POD
$ kubectl get pods -o wide # 获取pod的更多信息,比如在哪台k8s机器上