Deploy FrontEnd Service

Copy/Paste the following commands into your Cloud9 workspace:

cd ~/environment/ecsdemo-frontend
kubectl apply -f kubernetes/deployment.yaml
kubectl apply -f kubernetes/service.yaml

deployfrontend

We can watch the progress by looking at the deployment status:

kubectl get deployment ecsdemo-frontend

deployfrontend