-
Install Homebrew
-
Install Docker for Mac - https://www.docker.com/
-
Install kubectl -
brew install kubectl官网:https://kubernetes.io/docs/tasks/tools/ -
Install Minikube -
brew install minikube官网: https://github.com/kubernetes/minikube -
Install helm -
brew install kubernetes-helm -
使用
which minikube minikube start kubectl api-versions helm version -
各个功能的介绍
- Minikube is a Kubernetes-specific package that runs a Kubernetes cluster on your machine. That cluster has a single node and has some unique features that make it more suitable for local development. Minikube tells VirtualBox to run. Minikube can use other virtualization tools—not just VirtualBox—however these require extra configuration.
kubectlis the command line application that lets you interact with your Minikube Kubernetes cluster.- helm is K8S 的包管理工具