liwenwu-amazon / reinvent2018-NET410

15 stars 14 forks source link

Step missed -[ec2-user@ip-172-31-21-42 configFiles]$ kubectl apply -f client.yaml #14

Closed izugbokwe closed 5 years ago

izugbokwe commented 5 years ago

[ec2-user@ip-172-31-21-42 configFiles]$ kubectl apply -f client.yaml deployment.apps/simple-client created [ec2-user@ip-172-31-21-42 configFiles]$

pm010537 commented 5 years ago

Since the application is being created for the first time, activity uses: "kubectl -create" command instead of "kubectl -apply".

To edit/update running application one uses "kubectl apply"