Skip to content

Latest commit

 

History

History
6 lines (3 loc) · 148 Bytes

099_create_deployment_with_N_replicas.md

File metadata and controls

6 lines (3 loc) · 148 Bytes

TASK create a deployment from alpine image with 5 replicas

ANSWER

kubectl create deployment foo-deployment --image=alpinex --replicas=5