kubenetes


minicube是用dockerm模拟一个工作的node

  • 启动集群
    minikube start

  • 查看节点。kubectl 是一个用来跟 K8S 集群进行交互的命令行工具
    kubectl get node

  • 停止集群
    minikube stop

  • 清空集群
    minikube delete –all

  • 安装集群可视化 Web UI 控制台
    minikube dashboard


Author: Moule Lin
Reprint policy: All articles in this blog are used except for special statements CC BY 4.0 reprint polocy. If reproduced, please indicate source Moule Lin !
  TOC