Fix links to locate Korean docs (#16277)

* Fix links to locate Korean docs

* Fix typo
This commit is contained in:
Geunho Kim
2019-09-17 10:36:23 +09:00
committed by Kubernetes Prow Robot
parent e3a04f3029
commit 48d73a6443
6 changed files with 26 additions and 26 deletions
@@ -27,7 +27,7 @@ weight: 10
<div class="col-md-8">
<h3>애플리케이션을 스케일하기</h3>
<p>지난 모듈에서 <a href="/docs/concepts/workloads/controllers/deployment/"> 디플로이먼트</a>를 만들고,
<p>지난 모듈에서 <a href="/ko/docs/concepts/workloads/controllers/deployment/"> 디플로이먼트</a>를 만들고,
<a href="/docs/concepts/services-networking/service/">서비스</a>
통해서 디플로이먼트를 외부에 노출시켜 봤다. 해당 디플로이먼트는 애플리케이션을 구동하기 위해 단
하나의 파드(Pod)만을 생성했었다. 트래픽이 증가하면, 사용자 요청에 맞추어 애플리케이션의 규모를