From e1afcde13a75ceae085fd7300467d588cf280f7e Mon Sep 17 00:00:00 2001 From: Oli Lalonde Date: Mon, 17 Apr 2017 00:12:53 -0700 Subject: [PATCH] Update scale-intro.html Convert to new links --- docs/tutorials/kubernetes-basics/scale-intro.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/kubernetes-basics/scale-intro.html b/docs/tutorials/kubernetes-basics/scale-intro.html index 95d074885e..2e248dc725 100644 --- a/docs/tutorials/kubernetes-basics/scale-intro.html +++ b/docs/tutorials/kubernetes-basics/scale-intro.html @@ -26,7 +26,7 @@ title: Running Multiple Instances of Your App

Scaling an application

-

In the previous modules we created a Deployment, and then exposed it publicly via a Service. The Deployment created only one Pod for running our application. When traffic increases, we will need to scale the application to keep up with user demand.

+

In the previous modules we created a Deployment, and then exposed it publicly via a Service. The Deployment created only one Pod for running our application. When traffic increases, we will need to scale the application to keep up with user demand.

Scaling is accomplished by changing the number of replicas in a Deployment