Let’s also scale our frontend service!
kubectl get deployments
kubectl scale deployment ecsdemo-frontend --replicas=3
kubectl get deployments
Check the browser tab where we can see our application running. You should now see traffic flowing to multiple frontend services.