kubectl get nodes
kubectl apply -f xxxx.yaml
运行中的应用在 docker 里面叫容器,在 k8s 里面叫 Pod
kubectl get pods -A
← 概念 概念→