File tree 2 files changed +60
-0
lines changed
content/ko/docs/tasks/tools
2 files changed +60
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ title : " 도구 설치"
3
+ weight : 10
4
+ ---
5
+
Original file line number Diff line number Diff line change
1
+ ---
2
+ title : Minikube 설치
3
+ content_template : templates/task
4
+ weight : 20
5
+ ---
6
+
7
+ {{% capture overview %}}
8
+
9
+ 이 페이지는 Minikube 설치 방법을 보여준다.
10
+
11
+ {{% /capture %}}
12
+
13
+ {{% capture prerequisites %}}
14
+
15
+ 컴퓨터의 바이오스에서 VT-x 또는 AMD-v 가상화가 필수적으로 활성화되어 있어야 한다.
16
+
17
+ {{% /capture %}}
18
+
19
+ {{% capture steps %}}
20
+
21
+ ## 하이퍼바이저 설치
22
+
23
+ 하이퍼바이저가 설치되어 있지 않다면, 운영체제에 적합한 하이퍼바이저를 지금 설치한다.
24
+
25
+ * macOS: [ VirtualBox] ( https://www.virtualbox.org/wiki/Downloads ) ,
26
+ [ VMware Fusion] ( https://www.vmware.com/products/fusion ) , 또는
27
+ [ HyperKit] ( https://github.com/moby/hyperkit ) .
28
+
29
+ * Linux: [ VirtualBox] ( https://www.virtualbox.org/wiki/Downloads ) 또는
30
+ [ KVM] ( http://www.linux-kvm.org/ ) .
31
+
32
+ {{< note >}}
33
+ Minikube는 쿠버네티스 컴포넌트들이 VM 안에서가 아닌 호스트에서도 동작하도록 ` -\-vm-driver=none ` 옵션도 지원한다. 이 드라이버를 사용하기 위해서는 하이퍼바이저가 아닌 Docker와 linux 환경을 필요로한다.
34
+ {{< /note >}}
35
+
36
+ * Windows: [ VirtualBox] ( https://www.virtualbox.org/wiki/Downloads ) 또는
37
+ [ Hyper-V] ( https://msdn.microsoft.com/en-us/virtualization/hyperv_on_windows/quick_start/walkthrough_install ) .
38
+
39
+ ## kubectl 설치
40
+
41
+ * [ kubectl 설치 및 설정] ( /docs/tasks/tools/install-kubectl/ ) 의 지침에 따라 kubectl을 설치한다.
42
+
43
+ ## Minikube 설치
44
+
45
+ * [ 최신 릴리스] ( https://github.com/kubernetes/minikube/releases ) 의 지침에 따라 Minikube를 설치한다.
46
+
47
+ {{% /capture %}}
48
+
49
+ {{% capture whatsnext %}}
50
+
51
+ * [ Minikube를 통해서 로컬에서 쿠버네티스 운영하기] ( /docs/getting-started-guides/minikube/ )
52
+
53
+ {{% /capture %}}
54
+
55
+
You can’t perform that action at this time.
0 commit comments