본문 바로가기
블로그 이미지

방문해 주셔서 감사합니다! 항상 행복하세요!

  
   - 문의사항은 메일 또는 댓글로 언제든 연락주세요.
   - "해줘","답 내놔" 같은 질문은 답변드리지 않습니다.
   - 메일주소 : lts06069@naver.com


쿠버네티스(Kubernetes)

(준비중) 쿠버네티스(Kubernetes) - 0

야근없는 행복한 삶을 위해 ~
by 마샤와 곰 2020. 12. 25.

* 쿠버네티스 준비

* 연습 & 참고 사이트

subicura.com/k8s/

subicura.com/2019/05/19/kubernetes-basic-1.html

 

 

* Minikube 윈도우 설치──────────────────────

* 굳이 윈도우에서 쿠버네티스를 설치하여 보았습니다...^^;

 

1. windows powerShell을 실행 합니다.

파워쉘을 실행한 뒤에 아래 choco라는 소프트웨어 인스톨러를 설치하여 줍니다.

2. 아래 사이트에 접속하여 choco라는 소프트웨어 설치 인스톨러를 설치 합니다.

 - 설치 명령어

Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))

chocolatey.org/install

 

Installing Chocolatey

Chocolatey is software management automation for Windows that wraps installers, executables, zips, and scripts into compiled packages. Chocolatey integrates w/SCCM, Puppet, Chef, etc. Chocolatey is trusted by businesses to manage software deployments.

chocolatey.org

 

3. 초코(choco) 인스톨러 설치 이후 아래 명령어를 통해 minikube를 설치 합니다.

choco install minikube

요런식으로 뭔가 설치 됩니다.

 

4. 설치가 완료되면 확인하여 봅니다.

 1) 시작

   - minikube start --driver=hyperv

   - (driver 에러가 발생하면) minikube start --driver=virtualbox

 2) 확인 : minikube status

 3) 종료 : minikube stop

상태값이 잘 보이네요~

 

* kubectl 윈도우 설치──────────────────────

 

1. cmd 또는 파워쉘에서 아래 명령어로 파일 받기

curl -LO https://storage.googleapis.com/kubernetes-release/release/v1.20.0/bin/windows/amd64/kubectl.exe

 

2. cmd 또는 파워쉘에서 받은 파일 실행

버전확인!

반응형
* 위 에니메이션은 Html의 캔버스(canvas)기반으로 동작하는 기능 입니다. Html 캔버스 튜토리얼 도 한번 살펴보세요~ :)
* 직접 만든 Html 캔버스 애니메이션 도 한번 살펴보세요~ :)

댓글