Scale the FrontEnd

Let’s scale up the frontend services:

kubectl get deployments
kubectl scale deployment ecsdemo-frontend --replicas=3
kubectl get deployments

getdeployment

Check the browser tab where we can see our application running. You should now see traffic flowing to multiple frontend services.

getdeployment