Difference between revisions of "Minikube"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Line 14: Line 14:
 
* <code>[[brew install minikube]]</code>, previously <code>[[brew cask]] install minikube</code>
 
* <code>[[brew install minikube]]</code>, previously <code>[[brew cask]] install minikube</code>
  
 +
* <code>[[minikube status]]</code>
 
* <code>[[minikube start]]</code> (<code>[[minikube stop]]</code>)
 
* <code>[[minikube start]]</code> (<code>[[minikube stop]]</code>)
* <code>[[minikube status]]</code>
 
 
* <code>[[kubectl create deployment]] hello-minikube --image=k8s.gcr.io/echoserver:1.10</code>
 
* <code>[[kubectl create deployment]] hello-minikube --image=k8s.gcr.io/echoserver:1.10</code>
 
* <code>[[minikube service]] hello-minikube --url</code>
 
* <code>[[minikube service]] hello-minikube --url</code>

Revision as of 12:24, 11 March 2021

wikipedia:Minikube (May 2016)[1] is a tool that makes it easy to run Kubernetes locally. Minikube runs a single-node Kubernetes cluster inside a Virtual Machine (VM) on your laptop.

Features

Installation

Information

kubectl get apiservices
kubectl get services
kubectl get nodes
NAME       STATUS   ROLES    AGE     VERSION
minikube   Ready    master   8m55s   v1.18.0
kubectl get all
NAME                 TYPE        CLUSTER-IP   EXTERNAL-IP   PORT(S)   AGE
service/kubernetes   ClusterIP   10.96.0.1    <none>        443/TCP   9m47s
minikube dashboard
minikube status
minikube version

Commands

Related terms

See also

  • https://github.com/kubernetes/minikube/releases/tag/v0.1.0
  • Advertising: