Skip to content

Commit 5bb8db3

Browse files
authored
Merge pull request #28749 from jihoon-seo/210702_Resolve_some_issues
[ko] Fix nits
2 parents e87ee3e + d9f11f3 commit 5bb8db3

File tree

9 files changed

+13
-13
lines changed

9 files changed

+13
-13
lines changed

content/ko/_index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
{{% blocks/feature image="flower" %}}
1111
K8s라고도 알려진 [쿠버네티스]({{< relref "/docs/concepts/overview/what-is-kubernetes" >}})는 컨테이너화된 애플리케이션을 자동으로 배포, 스케일링 및 관리해주는 오픈소스 시스템입니다.
1212

13-
애플리케이션을 구성하는 컨테이너들의 쉬운 관리 및 발견을 위해서 컨테이너들을 논리적인 단위로 그룹화합니다. 쿠버네티스는 [Google에서 15년간 프로덕션 워크로드 운영한 경험](http://queue.acm.org/detail.cfm?id=2898444)을 토대로 구축되었으며, 커뮤니티에서 제공한 최상의 아이디어와 방법들이 결합되어 있습니다.
13+
애플리케이션을 구성하는 컨테이너들의 쉬운 관리 및 발견을 위해서 컨테이너들을 논리적인 단위로 그룹화합니다. 쿠버네티스는 [Google에서 15년간 프로덕션 워크로드 운영한 경험](https://queue.acm.org/detail.cfm?id=2898444)을 토대로 구축되었으며, 커뮤니티에서 제공한 최상의 아이디어와 방법들이 결합되어 있습니다.
1414
{{% /blocks/feature %}}
1515

1616
{{% blocks/feature image="scalable" %}}

content/ko/case-studies/box/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ <h2>Challenge</h2>
2323

2424
<h2>Solution</h2>
2525

26-
<p>Over the past couple of years, Box has been decomposing its infrastructure into microservices, and became an early adopter of, as well as contributor to, <a href="http://kubernetes.io/">Kubernetes</a> container orchestration. Kubernetes, Ghods says, has allowed Box's developers to "target a universal set of concepts that are portable across all clouds."</p>
26+
<p>Over the past couple of years, Box has been decomposing its infrastructure into microservices, and became an early adopter of, as well as contributor to, <a href="https://kubernetes.io/">Kubernetes</a> container orchestration. Kubernetes, Ghods says, has allowed Box's developers to "target a universal set of concepts that are portable across all clouds."</p>
2727

2828
<h2>Impact</h2>
2929

@@ -37,7 +37,7 @@ <h2>Impact</h2>
3737
In the summer of 2014, Box was feeling the pain of a decade's worth of hardware and software infrastructure that wasn't keeping up with the company's needs.
3838
{{< /case-studies/lead >}}
3939

40-
<p>A platform that allows its more than 50 million users (including governments and big businesses like <a href="https://www.ge.com/">General Electric</a>) to manage and share content in the cloud, Box was originally a <a href="http://php.net/">PHP</a> monolith of millions of lines of code built exclusively with bare metal inside of its own data centers. It had already begun to slowly chip away at the monolith, decomposing it into microservices. And "as we've been expanding into regions around the globe, and as the public cloud wars have been heating up, we've been focusing a lot more on figuring out how we run our workload across many different environments and many different cloud infrastructure providers," says Box Cofounder and Services Architect Sam Ghods. "It's been a huge challenge thus far because of all these different providers, especially bare metal, have very different interfaces and ways in which you work with them."</p>
40+
<p>A platform that allows its more than 50 million users (including governments and big businesses like <a href="https://www.ge.com/">General Electric</a>) to manage and share content in the cloud, Box was originally a <a href="https://php.net/">PHP</a> monolith of millions of lines of code built exclusively with bare metal inside of its own data centers. It had already begun to slowly chip away at the monolith, decomposing it into microservices. And "as we've been expanding into regions around the globe, and as the public cloud wars have been heating up, we've been focusing a lot more on figuring out how we run our workload across many different environments and many different cloud infrastructure providers," says Box Cofounder and Services Architect Sam Ghods. "It's been a huge challenge thus far because of all these different providers, especially bare metal, have very different interfaces and ways in which you work with them."</p>
4141

4242
<p>Box's cloud native journey accelerated that June, when Ghods attended <a href="https://www.docker.com/events/dockercon">DockerCon</a>. The company had come to the realization that it could no longer run its applications only off bare metal, and was researching containerizing with Docker, virtualizing with OpenStack, and supporting public cloud.</p>
4343

content/ko/docs/concepts/policy/pod-security-policy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@ spec:
567567
리눅스 기능은 전통적으로 슈퍼유저와 관련된 권한을 보다 세밀하게 분류한다.
568568
이러한 기능 중 일부는 권한 에스컬레이션 또는 컨테이너 분류에 사용될 수 있으며
569569
파드시큐리티폴리시에 의해 제한될 수 있다. 리눅스 기능에 대한 자세한 내용은
570-
[기능(7)](http://man7.org/linux/man-pages/man7/capabilities.7.html)을
570+
[기능(7)](https://man7.org/linux/man-pages/man7/capabilities.7.html)을
571571
참고하길 바란다.
572572

573573
다음 필드는 대문자로 표기된 기능 이름 목록을

content/ko/docs/concepts/workloads/pods/_index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ _파드_ (고래 떼(pod of whales)나 콩꼬투리(pea pod)와 마찬가지로)
3232
## 파드란 무엇인가?
3333

3434
{{< note >}}
35-
[도커](https://www.docker.com/)가 가장 일반적으로
36-
잘 알려진 런타임이지만, 쿠버네티스는 도커보다
37-
{{< glossary_tooltip text="컨테이너 런타임" term_id="container-runtime" >}}을
38-
더 많이 지원하며, 도커의 일부 용어를 사용하면 파드를 설명하는 데 도움이 된다.
35+
[도커](https://www.docker.com/)가 가장 일반적으로 잘 알려진
36+
{{< glossary_tooltip text="컨테이너 런타임" term_id="container-runtime" >}}이지만,
37+
쿠버네티스는 도커 외에도 다양한 컨테이너 런타임을 지원하며,
38+
파드를 설명할 때 도커 관련 용어를 사용하면 더 쉽게 설명할 수 있다.
3939
{{< /note >}}
4040

4141
파드의 공유 콘텍스트는 리눅스 네임스페이스, 컨트롤 그룹(cgroup) 및

content/ko/docs/contribute/participate/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ PR 소유자에게 조언하는데 활용된다.
9494
## 병합 작업 방식
9595

9696
풀 리퀘스트 요청이 콘텐츠를 발행하는데 사용하는
97-
브랜치에 병합되면, 해당 콘텐츠는 http://kubernetes.io 에 공개된다. 게시된 콘텐츠의
97+
브랜치에 병합되면, 해당 콘텐츠는 https://kubernetes.io 에 공개된다. 게시된 콘텐츠의
9898
품질을 높히기 위해 SIG Docs 승인자가 풀 리퀘스트를 병합하는 것을 제한한다.
9999
작동 방식은 다음과 같다.
100100

content/ko/docs/setup/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,6 @@ card:
5858
- 클러스터 구성의 [모범 사례](/ko/docs/setup/best-practices/)를 확인한다.
5959

6060
쿠버네티스의 {{< glossary_tooltip term_id="control-plane" text="컨트롤 플레인" >}}은
61-
리눅스에서 실행되어야 한다. 클러스터 내에서는 리눅스 또는
61+
리눅스에서 실행되도록 설계되었다. 클러스터 내에서는 리눅스 또는
6262
다른 운영 체제(예: 윈도우)에서 애플리케이션을 실행할 수 있다.
6363
- [윈도우 노드를 포함하는 클러스터 구성하기](/ko/docs/setup/production-environment/windows/)를 살펴본다.

content/ko/docs/setup/best-practices/multiple-zones.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ content_type: concept
5555
특정 kubelet을 나타내는 노드 오브젝트에
5656
{{< glossary_tooltip text="레이블" term_id="label" >}}을 자동으로 추가한다.
5757
이러한 레이블에는
58-
[영역 정보](/docs/reference/labels-annotations-taints/#topologykubernetesiozone)가 포함될 수 있다.
58+
[영역 정보](/ko/docs/reference/labels-annotations-taints/#topologykubernetesiozone)가 포함될 수 있다.
5959

6060
클러스터가 여러 영역 또는 지역에 걸쳐있는 경우,
6161
[파드 토폴로지 분배 제약 조건](/ko/docs/concepts/workloads/pods/pod-topology-spread-constraints/)

content/ko/docs/tutorials/stateless-application/guestbook.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ Google Compute Engine 또는 Google Kubernetes Engine과 같은 일부 클라우
269269
Forwarding from [::1]:8080 -> 80
270270
```
271271

272-
1. 방명록을 보기위해 브라우저에서 [http://localhost:8080](http://localhost:8080) 페이지를 로드한다.
272+
1. 방명록을 보기 위해 브라우저에서 [http://localhost:8080](http://localhost:8080) 페이지를 로드한다.
273273

274274
### `LoadBalancer`를 통해 프론트엔드 서비스 확인하기
275275

content/ko/includes/task-tutorial-prereqs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
다음의 쿠버네티스 플레이그라운드 중 하나를 사용할 수 있다.
66

77
* [Katacoda](https://www.katacoda.com/courses/kubernetes/playground)
8-
* [Play with Kubernetes](http://labs.play-with-k8s.com/)
8+
* [Play with Kubernetes](https://labs.play-with-k8s.com/)

0 commit comments

Comments
 (0)