1 개요[ | ]
- Minikube
- 미니큐브
- Kubernetes의 미니 버전
- 로컬에서 쿠버네티스를 구동하는 도구
- 로컬에서 Kubernetes를 구동해볼 수 있음
- 하나의 VM 내에 단일노드 클러스터를 구동함
- VirtualBox에서 VM을 제공받는다.
- 컨테이너 엔진은 Docker를 사용한다.
- localkube라는 Go 바이너리를 사용한다.
2 명령어[ | ]
명령어 | 설명 |
---|---|
minikube addons | 미니큐브의 쿠버네티스 애드온 변경 |
minikube cache | 로컬 캐시에서 이미지 추가/삭제 |
minikube completion | Outputs minikube shell completion for the given shell (bash or zsh) |
minikube config | 미니큐브 설정 변경 |
minikube dashboard | Opens/displays the kubernetes dashboard URL for your local cluster |
minikube delete | 로컬 쿠버네티스 클러스터 삭제 |
minikube docker-env | 도커 환경변수 설정하기. $(docker-machine env) 와 유사함
|
minikube get-k8s-versions | 로컬큐브 부트스트래퍼를 사용할 때 미니큐브에 사용가능한 쿠버네티스 버전 목록 조회 |
minikube ip | 실행중인 클러스터의 IP 주소 조회 |
minikube logs | 실해중인 로컬큐브 인스턴스의 로그 조회. (사용자 코드가 아니라) 미니큐브 디버깅에 사용 |
minikube mount | 미니큐브에 특정 디렉토리 마운트 |
minikube profile | Profile sets the current minikube profile |
minikube service | Gets the kubernetes URL(s) for the specified service in your local cluster |
minikube ssh | Log into or run a command on a machine with SSH; similar to 'docker-machine ssh' |
minikube ssh-key | Retrieve the ssh identity key path of the specified cluster |
minikube start | Starts a local kubernetes cluster |
minikube status | Gets the status of a local kubernetes cluster |
minikube stop | Stops a running local kubernetes cluster |
minikube update-check | 현재 및 최신버전 출력 |
minikube update-context | Verify the IP address of the running cluster in kubeconfig. |
minikube version | 미니큐브 버전 출력 |
3 같이 보기[ | ]
4 참고[ | ]
편집자 Jmnote
로그인하시면 댓글을 쓸 수 있습니다.