k8s
Note: Minikube also supports a
--vm-driver=none
option that runs the Kubernetes components on the host and not in a VM. Using this driver requires Docker and a Linux environment but not a hypervisor.
使用 virtualbox driver
使用原生linux 環境
sudo minikube --vm-driver=none start
若是啟動完成可以透過以下指令觀看 cluster 情況:
查看 minikube 的狀態:
還可以透過圖形化介面來觀看和操作 Kubernetes
Last updated