"Minikube"의 두 판 사이의 차이

27번째 줄: 27번째 줄:
| [[minikube get-k8s-versions]] || Gets the list of Kubernetes versions available for minikube when using the localkube bootstrapper
| [[minikube get-k8s-versions]] || Gets the list of Kubernetes versions available for minikube when using the localkube bootstrapper
|-
|-
| [[minikube ip]] || Retrieves the IP address of the running cluster
| [[minikube ip]] || 실행중인 클러스터의 IP 주소 조회
|-
|-
| [[minikube logs]] || Gets the logs of the running localkube instance, used for debugging minikube, not user code
| [[minikube logs]] || 실해중인 로컬큐브 인스턴스의 로그 조회. (사용자 코드가 아니라) 미니큐브 디버깅에 사용
|-
|-
| [[minikube mount]] || Mounts the specified directory into minikube
| [[minikube mount]] || Mounts the specified directory into minikube

2018년 4월 22일 (일) 19:41 판

1 개요

Minikube
미니큐브
  • Kubernetes의 미니 버전
  • 로컬에서 Kubernetes를 구동해볼 수 있음

<img src='//cdn.rawgit.com/kubernetes/minikube/5724fa5a/logo/logo.png' style='width:120px'>

2 명령어

명령어 설명
minikube addons Modify minikube's kubernetes addons
minikube cache Add or delete an image from the local cache.
minikube completion Outputs minikube shell completion for the given shell (bash or zsh)
minikube config Modify minikube config
minikube dashboard Opens/displays the kubernetes dashboard URL for your local cluster
minikube delete Deletes a local kubernetes cluster
minikube docker-env Sets up docker env variables; similar to '$(docker-machine env)'
minikube get-k8s-versions Gets the list of Kubernetes versions available for minikube when using the localkube bootstrapper
minikube ip 실행중인 클러스터의 IP 주소 조회
minikube logs 실해중인 로컬큐브 인스턴스의 로그 조회. (사용자 코드가 아니라) 미니큐브 디버깅에 사용
minikube mount Mounts the specified directory into minikube
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 참고

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}