Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 206 Bytes

File metadata and controls

10 lines (5 loc) · 206 Bytes

Question 4 - Create a pod with a label

Create a pod named hello-world using the image nginx:1.4-alpine with the label hello

kubectl run hello-world --image=nginx:1.4-alpine --labels=hello