common/k*: add Korean translation (#14560)

This commit is contained in:
코드싸이
2024-11-02 15:16:58 +09:00
committed by GitHub
parent 4e659ba38f
commit b6bf0c2f48
41 changed files with 1041 additions and 0 deletions

24
pages.ko/common/k3d.md Normal file
View File

@@ -0,0 +1,24 @@
# k3d
> Docker 내에 k3s 클러스터를 쉽게 생성할 수 있는 래퍼.
> 더 많은 정보: <https://k3d.io>.
- 클러스터 생성:
`k3d cluster create {{클러스터_이름}}`
- 클러스터 삭제:
`k3d cluster delete {{클러스터_이름}}`
- 새로운 컨테이너화된 k3s 노드 생성:
`k3d node create {{노드_이름}}`
- Docker에서 k3d 클러스터로 이미지 가져오기:
`k3d image import {{이미지_이름}} --cluster {{클러스터_이름}}`
- 새로운 레지스트리 생성:
`k3d registry create {{레지스트리_이름}}`