Minikube on Debian 11
-
short3300
(스벅오늘의커피) -
이 글의 작성자
- Offline
- Junior
-
덜보기
더보기
- Posts: 182
- Thank you received: 24
24 May 2022 17:54 - 24 May 2022 17:55 #31899
작성자: short3300
short3300 님의 글: Minikube on Debian 11
$ 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.
Time to create page: 0.071 seconds