CKA &. CKAD/Scheduling13 Manual Scheduling ㅁ A pod definition file nginx.yaml is given. Create pod using the file. kubectl apply -f nginx.yaml ㅁ What is the status of the created POD? kubectl get pods ㅁ Why is the POD in a pending state? kubectl -n kube-system get pods kubectl describe pod nginx ㅁ Manually schedule the pod on node01 apiVersion: v1 kind: Pod metadata: name: nginx spec: nodeName: node01 containers: - image: nginx name: ngi.. 2021. 3. 25. 이전 1 2 3 다음