Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 1.15 KB

MINIKUBE.md

File metadata and controls

40 lines (29 loc) · 1.15 KB

Minikube

Minikube is a CNCF certified software to run a very minimal Kubernetes instance on your local machine. This is extremely useful in development, since you don't require any central hardware.

Reasons

  • local development of Kubernetes deployments
  • very good support
  • very good integrations in other software
  • very well documented and maintained
  • supports Docker, Podman and other Backends

Docs & Links

Features

  • addons like ingress or dashboard
  • multiple backends
  • multiple instances
  • runs on Windows, MacOS, Linux
  • very lightweight

Usage

Minikube is used exclusively for local development at while-true-do.io. It is intended to lower the barrier to get started with Kubernetes development and deployments.

Getting Started

The Minikube developer provide some very easy tutorials and Getting Started Guidance. It is by far not easy to get started with Kubernetes, but it is easy to get started with Minikube. :)