Files
kosehy@gmail.com 64f9f3ebd4 Fifth Korean l10n work for release-1.19
- Update outdated in concept secret.md (#25254)
- Update outdated resource quotas for ko5 (#25261)
- Mistranslation on kubelet-authentication authorization.md in korean (#25223)
- Update outdated files in dev-1.19-ko.5 part-03 (#25159)
- Update outdated files in the upstream/dev-1.19-ko.5 branch (#25103)
- Update outdated files in dev-1.19-ko.5 part-02 (#25152)
- Translate reference/glossary/container-lifecycle-hooks.md in Korean (#25071)
- Translate reference/command-line-tools-reference/kube-proxy into korean (#24817)
- Translate reference/scheduling/config.md into Korean (#24489)
- Translate reference/kubectl/jsonpath into Korean (#24868)

Co-authored-by: seokho-son <shsongist@gmail.com>
Co-authored-by: Jerry Park <jaehwa@gmail.com>
Co-authored-by: kosehy@gmail.com <kosehy@gmail.com>
Co-authored-by: santachopa <santachopa@naver.com>
2020-11-28 01:45:42 +09:00

1.3 KiB

title, weight
title weight
학습 환경 20

kind

kind를 사용하면 로컬 컴퓨터에서 쿠버네티스를 사용할 수 있다. 이 툴을 사용하려면 도커를 설치 및 구성해야 한다.

kind 빠른 시작 페이지에는 kind를 시작하고 실행하기 위해 해야 할 일이 나와 있다.

minikube

kind와 마찬가지로, minikube는 로컬에서 쿠버네티스를 실행할 수 있는 툴이다. minikube는 개인용 컴퓨터(윈도우, 맥OS, 리눅스 포함)에서 단일 노드 쿠버네티스 클러스터를 실행하므로 쿠버네티스를 시험해 보거나 일상적인 개발 작업에 사용할 수 있다.

툴을 설치하고 싶으면 시작하기! 공식 가이드를 참조하기 바란다.