"Minikube"의 두 판 사이의 차이

47번째 줄: 47번째 줄:
| [[minikube stop]] || Stops a running local kubernetes cluster
| [[minikube stop]] || Stops a running local kubernetes cluster
|-
|-
| [[minikube update-check]] || Print current and latest version number
| [[minikube update-check]] || 현재 및 최신버전 출력
|-
|-
| [[minikube update-context]] || Verify the IP address of the running cluster in kubeconfig.
| [[minikube update-context]] || Verify the IP address of the running cluster in kubeconfig.
|-
|-
| [[minikube version]] || Print the version of minikube
| [[minikube version]] || 미니큐브 버전 출력
|}
|}



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

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 Retrieves the IP address of the running cluster
minikube logs Gets the logs of the running localkube instance, used for debugging minikube, not user code
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 }}