Update outdated files in dev-1.21-ko.3(M28-M36)

This commit is contained in:
seokho-son
2021-05-30 18:49:25 +09:00
parent 4e6a6b8965
commit 64558544ec
9 changed files with 64 additions and 16 deletions
@@ -111,7 +111,6 @@ min-kubernetes-server-version: v1.10
```shell
# mongo-75f59d57f4-4nd6q 를 당신의 파드 이름으로 대체한다.
kubectl get pod mongo-75f59d57f4-4nd6q --template='{{(index (index .spec.containers 0).ports 0).containerPort}}{{"\n"}}'
```
출력은 파드 내 MongoDB 포트 번호를 보여준다.
@@ -124,7 +123,7 @@ min-kubernetes-server-version: v1.10
## 파드의 포트를 로컬 포트로 포워딩하기
1. `kubectl port-forward` 명령어는 파드 이름과 같이 리소스 이름을 사용하여 일치하는 파드를 선택해 포트 포워딩하는 것을 허용한다.
1. `kubectl port-forward` 명령어는 파드 이름과 같이 리소스 이름을 사용하여 일치하는 파드를 선택해 포트 포워딩하는 것을 허용한다.
```shell
@@ -177,7 +176,7 @@ min-kubernetes-server-version: v1.10
3. MongoDB 커맨드라인 프롬프트에 `ping` 명령을 입력한다.
```shell
```
db.runCommand( { ping: 1 } )
```
@@ -1,4 +1,8 @@
---
title: 웹 UI (대시보드)
content_type: concept
weight: 10
@@ -30,12 +34,11 @@ card:
대시보드 UI는 기본으로 배포되지 않는다. 배포하려면 다음 커맨드를 동작한다.
```
kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.0.0/aio/deploy/recommended.yaml
kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.2.0/aio/deploy/recommended.yaml
```
## 대시보드 UI 접근
클러스터 데이터를 보호하기 위해, 대시보드는 기본적으로 최소한의 RBAC 설정을 제공한다.
현재, 대시보드는 Bearer 토큰으로 로그인 하는 방법을 제공한다.
본 시연을 위한 토큰을 생성하기 위해서는,