Minikube on Debian 11

조회 810 · 댓글 0
스벅오늘의커피스벅오늘의커피작성자2022년 5월 24일
$ curl -LO https://storage.googleapis.com/minikube/releases/latest/minikube_latest_amd64.deb

% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 23.2M 100 23.2M 0 0 1685k 0 0:00:14 0:00:14 --:--:-- 2934k


$ sudo dpkg -i minikube_latest_amd64.deb

Selecting previously unselected package minikube.
(데이터베이스 읽는중 ...현재 175032개의 파일과 디렉터리가 설치되어 있습니다.)
Preparing to unpack minikube_latest_amd64.deb ...
Unpacking minikube (1.25.2-0) ...
minikube (1.25.2-0) 설정하는 중입니다 ...


$ minikube

minikube는 개발 워크플로우에 최적화된 로컬 쿠버네티스를 제공하고 관리합니다.

Basic Commands:
start 로컬 쿠버네티스 클러스터를 시작합니다
status 로컬 쿠버네티스 클러스터의 상태를 가져옵니다
stop 실행 중인 로컬 쿠버네티스 클러스터를 중지합니다
delete 로컬 쿠버네티스 클러스터를 삭제합니다
dashboard minikube 클러스터 내의 쿠버네티스 대시보드에 접근합니다
pause 쿠버네티스를 잠시 멈춥니다
unpause 잠시 멈췄던 쿠버네티스를 재개합니다

Images Commands:
docker-env Configure environment to use minikube's Docker daemon
podman-env Configure environment to use minikube's Podman service
cache minikube에 로컬 이미지를 추가하거나 삭제, 푸시합니다
image Manage images

Configuration and Management Commands:
addons Enable or disable a minikube addon
config Modify persistent configuration values
profile Get or list the current profiles (clusters)
update-context Update kubeconfig in case of an IP or port change

Networking and Connectivity Commands:
service 서비스에 연결된 URL을 반환합니다
tunnel Connect to LoadBalancer services

Advanced Commands:
mount 특정 디렉토리를 minikube 에 마운트합니다
ssh (디버깅을 위해) minikube 환경에 접속합니다
kubectl 클러스터 버전에 맞는 kubectl 바이너리를 실행합니다
node 노드를 추가하거나 삭제, 나열합니다
cp Copy the specified file into minikube

Troubleshooting Commands:
ssh-key Retrieve the ssh identity key path of the specified node
ssh-host Retrieve the ssh host key of the specified node
ip 지정된 노드의 IP 주소를 가져옵니다
logs 로컬 쿠버네티스 클러스터를 디버그하기 위해 로그를 반환합니다
update-check 현재 그리고 최신 버전을 출력합니다
version minikube 의 버전을 출력합니다
options Show a list of global command-line options (applies to all commands).

Other Commands:
completion Generate command completion for a shell

Use "minikube <command> --help" for more information about a given command.

로그인 후 답글을 남길 수 있습니다.