Q1. Create a new Pod with the nginx image(# 파드생성 문제).
Q2. What is the image used to create the new Pods ?(# 파드 조회 문제)
Q3. Which nodes are these pods placed on?(
파드생성 노드 조회문제)
Q4. Why do you think the container agentx in pod webapp is in error?(# 파드 컨테이너 실행 오류 추적문제)
Q5. What does the READY column in the output of the kubectl get pods command indicate?
- Running Containers in POD/Total Containers in POD
Q6. Delete the webapp Pod.(파드 제거문제)