Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 145 Bytes

File metadata and controls

9 lines (5 loc) · 145 Bytes

Question 3 - Pod creation

Create a pod named pod-test with image "nginx:1.9-alpine"

kubectl run pod-test --image=nginx:1.9-alpine