Difference between revisions of "Minikube"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Tags: Mobile web edit, Mobile edit
Line 38: Line 38:
 
== Commands ==
 
== Commands ==
 
* <code>[[minikube addons list]]</code>
 
* <code>[[minikube addons list]]</code>
* <code>[[minikube addons]] enable ingress</code>
+
* <code>[[minikube addons enable]] ingress</code>
  
 
== Related terms ==
 
== Related terms ==

Revision as of 17:14, 4 May 2020

Minikube 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

minikube service hello-minikube --url


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


Commands

Related terms

See also

Advertising: