Reference: https://minikube.sigs.k8s.io/docs/handbook/controls/
Start a cluster by running:
Access the Kubernetes dashboard running within the minikube cluster:
Once started, you can interact with your cluster using kubectl
, just like any other Kubernetes cluster. For instance, starting a server:
minikube makes it easy to open this exposed endpoint in your browser:
Upgrade your cluster:
Start a second local cluster
(note: This will not work if minikube is using the bare-metal/none driver):
Stop your local cluster:
Delete your local cluster:
没有评论:
发表评论