Apply suggestions from code review

Thanks for the review. Good suggestions!

Co-authored-by: Celeste Horgan <celeste@cncf.io>
This commit is contained in:
Karen Bradshaw
2021-02-03 14:28:28 -05:00
committed by GitHub
parent 7d9916af0c
commit c4ef1d4b81
4 changed files with 5 additions and 7 deletions
@@ -272,7 +272,7 @@ If you deployed the `frontend-service.yaml` manifest with type: `LoadBalancer` y
## Scale the Web Frontend
Scaling up or down is effortless because your servers are defined as a Service that uses a Deployment controller.
You can scale up or down as needed because your servers are defined as a Service that uses a Deployment controller.
1. Run the following command to scale up the number of frontend Pods:
@@ -370,4 +370,3 @@ Deleting the Deployments and Services also deletes any running Pods. Use labels
* Use Kubernetes to create a blog using [Persistent Volumes for MySQL and Wordpress](/docs/tutorials/stateful-application/mysql-wordpress-persistent-volume/#visit-your-new-wordpress-blog)
* Read more about [connecting applications](/docs/concepts/services-networking/connect-applications-service/)
* Read more about [Managing Resources](/docs/concepts/cluster-administration/manage-deployment/#using-labels-effectively)