es*, et*: add Korean translation (#14225)

This commit is contained in:
HoJeong Im
2024-10-16 15:58:28 +09:00
committed by GitHub
parent 80f67bbdaa
commit 49aa23dbb0
7 changed files with 137 additions and 0 deletions

20
pages.ko/common/etcd.md Normal file
View File

@@ -0,0 +1,20 @@
# etcd
> 분산 시스템의 가장 중요한 데이터를 위한, 신뢰할 수 있는 분산 키-값 저장소.
> 더 많은 정보: <https://etcd.io>.
- 단일 노드 etcd 클러스터를 시작:
`etcd`
- 단일 노드 etcd 클러스터를 시작하고, 사용자 정의 URL에서 클라이언트 요청을 수신:
`etcd --advertise-client-urls {{http://127.0.0.1:1234}} --listen-client-urls {{http://127.0.0.1:1234}}`
- 사용자 정의 이름으로 단일 노드 etcd 클러스터를 시작:
`etcd --name {{내_etcd_클러스터}}`
- <http://localhost:2379/debug/pprof/>에서 사용할 수 있는 광범위한 측정항목을 사용하여, 단일 노드 etcd 클러스터를 시작:
`etcd --enable-pprof --metrics extensive`