잡담소장소

mac os k8s 본문

Study ;3

mac os k8s

유부뽀 2020. 10. 4. 01:00

해킨토시에서 k8s 테스트.. 하다가 말았음 ㅠ_ㅠ


minikube 실행하기 위해

 

1. kubectl 설치

kubernetes.io/ko/docs/tasks/tools/install-kubectl/#macos%EC%97%90%EC%84%9C-homebrew%EB%A5%BC-%EC%82%AC%EC%9A%A9%ED%95%98%EC%97%AC-%EC%84%A4%EC%B9%98

 

kubectl 설치 및 설정

쿠버네티스 커맨드 라인 도구인 kubectl을 사용하면, 쿠버네티스 클러스터에 대해 명령을 실행할 수 있다. kubectl을 사용하여 애플리케이션을 배포하고, 클러스터 리소스를 검사 및 관리하며 로그�

kubernetes.io

2. docker 설치

hub.docker.com/editions/community/docker-ce-desktop-mac/

 

Docker Desktop for Mac - Docker Hub

Docker Desktop for Mac Docker Desktop for Mac is an easy-to-install desktop app for building, debugging, and testing Dockerized apps on a Mac. Docker Desktop for Mac is a complete development environment deeply integrated with the Mac OS Hypervisor framewo

hub.docker.com

 

 

virtualbox download & install

www.virtualbox.org/wiki/Downloads

 

Downloads – Oracle VM VirtualBox

Download VirtualBox Here you will find links to VirtualBox binaries and its source code. VirtualBox binaries By downloading, you agree to the terms and conditions of the respective license. If you're looking for the latest VirtualBox 6.0 packages, see Virt

www.virtualbox.org

 

 해킨토시 이슈인듯

github.com/docker/for-mac/issues/3802

 

Fatal Error: one of the sub-processes failed: com.docker.driver.amd64-linux (pid: 6160) · Issue #3802 · docker/for-mac

I have tried with the latest version of my channel (Stable or Edge) I have uploaded Diagnostics Diagnostics ID: Expected behavior Actual behavior Information macOS Version: Diagnostic logs Docker f...

github.com

 

위의 방법으로 해결

반응형

'Study ;3' 카테고리의 다른 글

[javascript] jquery-typeahead 적용기  (0) 2020.12.02
<a>의 download 속성 이슈  (0) 2020.11.30
Flask + Svelte + Rollup  (0) 2020.08.25
Window 10에서 Docker 설치하기  (0) 2020.08.19
Window10에서 Ubuntu & Python & Flask 설치  (0) 2020.08.19
Comments