minikube 설치
https://minikube.sigs.k8s.io/docs/start/?arch=/macos/arm64/stable/homebrew
설치 (mac)¶
/opt/homebrew/Cellar/minikube/1.35.0 /opt/homebrew/Cellar/docker-completion/28.0.4
실행테스트
Docker Desktop Kubernetes
minikube 설치를 수행 중이지만, Docker Desktop에 내장 Kubernetes를 발견하여 메모 ...
설치 완료 후
minikube에는 자동내장설치된 kubernetes dashboard가 있다
해당 커맨드로 실행시
실행 연습¶
서비스
kubectl create deployment hello-minikube --image=kicbase/echo-server:1.0
kubectl expose deployment hello-minikube --type=NodePort --port=8080
(일시적 선언)
kubectl port-forward service/hello-minikube 7080:8080
사용종료
메모리한도 수정