From be4d90558c2d083282cc51d3d69ce52b37d75b44 Mon Sep 17 00:00:00 2001 From: seokho-son Date: Tue, 8 Jan 2019 19:11:46 +0900 Subject: [PATCH] Translate tasks/_index.md in Korean --- content/ko/docs/tasks/_index.md | 70 ++++++++++++++++----------------- 1 file changed, 35 insertions(+), 35 deletions(-) diff --git a/content/ko/docs/tasks/_index.md b/content/ko/docs/tasks/_index.md index 6e9fc1b326770..2c08a78b342e5 100644 --- a/content/ko/docs/tasks/_index.md +++ b/content/ko/docs/tasks/_index.md @@ -9,79 +9,79 @@ content_template: templates/concept {{% capture overview %}} -This section of the Kubernetes documentation contains pages that -show how to do individual tasks. A task page shows how to do a -single thing, typically by giving a short sequence of steps. +쿠버네티스 문서에서 이 섹션은 개별의 태스크를 수행하는 방법을 +보여준다. 한 태스크 페이지는 일반적으로 여러 단계로 이루어진 짧은 +시퀀스를 제공함으로써, 하나의 일을 수행하는 방법을 보여준다. {{% /capture %}} {{% capture body %}} -## Web UI (Dashboard) +## 웹 UI (대시보드) -Deploy and access the Dashboard web user interface to help you manage and monitor containerized applications in a Kubernetes cluster. +쿠버네티스 클러스터에서 컨테이너화 된 애플리케이션을 관리 및 모니터하는 것을 돕기 위해서 대시보드 웹 유저 인터페이스를 디플로이하고 액세스하시오. -## Using the kubectl Command-line +## kubectl 명령줄(Command-line) 사용하기 -Install and setup the `kubectl` command-line tool used to directly manage Kubernetes clusters. +쿠버네티스 클러스터를 직접 관리하기 위해서 사용되는 `kubectl` 명령줄 도구를 설치 및 설정하시오. -## Configuring Pods and Containers +## 파드 및 컨테이너 구성하기 -Perform common configuration tasks for Pods and Containers. +파드 및 컨테이너에 대한 일반적인 구성 태스크를 수행하시오. -## Running Applications +## 애플리케이션 동작시키기 -Perform common application management tasks, such as rolling updates, injecting information into pods, and horizontal Pod autoscaling. +롤링 업데이트, 파드에 정보 주입하기, 파드 수평적 오토스케일링 등, 일반적인 애플리케이션 관리 태스크를 수행하시오. -## Running Jobs +## 잡 동작시키기 -Run Jobs using parallel processing. +병렬 프로세싱을 사용하는 잡을 동작 시키시오. -## Accessing Applications in a Cluster +## 클러스터의 애플리케이션에 액세스하기 -Configure load balancing, port forwarding, or setup firewall or DNS configurations to access applications in a cluster. +클러스터 내에 있는 애플리케이션에 액세스할 수 있도록 로드 밸런싱, 포트 포워딩, 방화벽 또는 DNS 구성 등을 구성하시오. -## Monitoring, Logging, and Debugging +## 모니터링, 로깅, 디버깅 -Setup monitoring and logging to troubleshoot a cluster or debug a containerized application. +클러스터 문제를 해결하거나 컨테이너화 된 애플리케이션을 디버깅하기 위해서 모니터링과 로깅을 설정하시오. -## Accessing the Kubernetes API +## 쿠버네티스 API에 액세스하기 -Learn various methods to directly access the Kubernetes API. +쿠버네티스 API에 직접 액세스하는 다양한 방법을 배우시오. -## Using TLS +## TLS 사용하기 -Configure your application to trust and use the cluster root Certificate Authority (CA). +클러스터 루트 인증 기관(CA)을 신뢰 및 사용하도록 애플리케이션을 구성하시오. -## Administering a Cluster +## 클러스터 운영하기(administering) -Learn common tasks for administering a cluster. +클러스터를 운영하기 위한 일반적인 태스크를 배우시오. -## Administering Federation +## 페더래이션(federation) 운영하기(administering) -Configure components in a cluster federation. +클러스터 페더래이션의 컴포넌트들을 구성하시오. -## Managing Stateful Applications +## 스테이트풀 애플리케이션 관리하기 -Perform common tasks for managing Stateful applications, including scaling, deleting, and debugging StatefulSets. +스테이트풀 셋의 스케일링, 삭제하기, 디버깅을 포함하는 스테이트풀 애플리케이션 관리를 위한 일반적인 태스크를 수행하시오. -## Cluster Daemons +## 클러스터 데몬 -Perform common tasks for managing a DaemonSet, such as performing a rolling update. +롤링 업데이트를 수행과 같은, 데몬 셋 관리를 위한 일반적인 태스크를 수행하시오. -## Managing GPUs +## GPU 관리하기 -Configure and schedule NVIDIA GPUs for use as a resource by nodes in a cluster. +클러스터의 노드들에 의해서 리소스로 사용될 NVIDIA GPU들을 구성 및 스케줄하시오. -## Managing HugePages +## 거대한 페이지(HugePage) 관리하기 -Configure and schedule huge pages as a schedulable resource in a cluster. +클러스터에서 스케줄 가능한 리소스로서 거대한 페이지들을 구성 및 스케줄하시오. {{% /capture %}} {{% capture whatsnext %}} -If you would like to write a task page, see -[Creating a Documentation Pull Request](/docs/home/contribute/create-pull-request/). +만약 태스크 페이지를 작성하고 싶다면, +[문서 풀 리퀘스트(Pull Request) 생성하기](/docs/home/contribute/create-pull-request/)를 보시오. {{% /capture %}}