티스토리 뷰
설치하려고 하는 PC 환경
Ubuntu18.04
i7-4세대
16GB램
GeForce GT 730M
이정도의 사양이다.
1. 가상화 지원 확인 ( vmx 라고 나오면 설치 가능 )
grep -E --color 'vmx|svm' /proc/cpuinfo
2. 하이퍼 바이저 설치 (QEMU + KVM)
sudo apt-get install qemu-kvm
(다른 블로그들 참조하면 vm을 사용하기 위해 다른 패키지도 설치하지만 k8s에서 쓰기 위해 다른거는 일단 설치 안함)
kvm-ok (밑에 처럼 나오면 성공)
3. kubectl 설치
1. 최신버전 설치
curl -LO https://storage.googleapis.com/kubernetes-release/release/`curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt`/bin/linux/amd64/kubectl
1.1 원하는 버전 설치 (v1.18.0 대신 다른 버전 가능)
curl -LO https://storage.googleapis.com/kubernetes-release/release/v1.18.0/bin/linux/amd64/kubectl`curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt`/bin/linux/amd64/kubectl
2. 설치
chmod +x ./kubectl <- kubectl 바이너리 가능하게 권한 변경
sudo mv ./kubectl /usr/local/bin/kubectl
kubectl version --client
4. minikube 설치
Binary 설치
curl -LO https://storage.googleapis.com/minikube/releases/latest/minikube-linux-amd64
sudo install minikube-linux-amd64 /usr/local/bin/minikube
5. 동작 확인
참고 및 출처
https://minikube.sigs.k8s.io/docs/start/
kubectl 설치
https://kubernetes.io/docs/tasks/tools/install-kubectl/#install-kubectl-on-linuxd
minikube 설치
https://kubernetes.io/ko/docs/tasks/tools/install-minikube/
kvm install
https://help.ubuntu.com/community/KVM/Installation
- Total
- Today
- Yesterday
- Redux
- angular router
- JPA
- 페이스북 로그인
- https://www.tistory.com/auth/logout/
- Angular
- Python
- jQuery
- python3
- 파이썬3
- CSS
- Java
- JavaScript
- React-router
- react
- Router
- MySQL
- Spring
- data gird component
- JSON
- data component
- Spring Boot
- data grid component
- data table component
- localStorage
- facebook login
- data component module
- mobx
- 파이썬
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |