minikube는 로컬 컴퓨터에 kebernetes를 설치할 경우 로컬 쿠버네티스 클러스터를 쉽고 빠르게 세팅할 수 있는 도구 입니다.

 

1. 설치하기

curl -LO https://storage.googleapis.com/minikube/releases/latest/minikube-darwin-amd64
sudo install minikube-darwin-amd64 /usr/local/bin/minikube

 

2. docker 설치하기 (설치 대안: docker, virtualbox, hyperkit, parallels, qemu2, podman)

docker desktop 설치

https://docs.docker.com/desktop/install/mac-install/

 

3. docker desktop 실행

 

4. 시작하기

minikube start

 

아래 사이트 참고하시기 바랍니다.

https://minikube.sigs.k8s.io/docs/start/

 

minikube start

minikube is local Kubernetes

minikube.sigs.k8s.io

https://minikube.sigs.k8s.io/docs/tutorials/docker_desktop_replacement/

 

Using minikube as Docker Desktop Replacement

Overview This guide will show you how to use minikube as a Docker Desktop replacement. Before You Begin This only works with the docker container runtime, not with containerd or crio. You need to start minikube with a VM driver instead of docker, such as h

minikube.sigs.k8s.io

 

'기술 노트 > kubernetes' 카테고리의 다른 글

kubeadm reset 오류  (0) 2024.11.03
kube init 재구성하는 방법  (0) 2024.11.03
pod가 terminating으로 남을 때  (0) 2024.11.02
node role label 변경  (0) 2024.10.31
macOS에서 kubernetes 설치하기  (0) 2023.09.25

+ Recent posts