Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 464 Bytes

install_k8s.md

File metadata and controls

38 lines (25 loc) · 464 Bytes

Minikube

Installation

Prerequirement:

  • hypervisor (KVM, virtual box)
  • docker

https://minikube.sigs.k8s.io/docs/start/macos/

Note:

  • Sometime we need to restart to manachine to make hypervisor and minikube work together

Commands

  • Start minikube:
minikube start
  • Check minikube status:
minikube status
  • Start dashboard with minikube:
minikube dashboard
  • Check exposed URL of services
minikube service list