Go to file
xieyanker ecf2c958e7 fix typo CrashloopBackoff->CrashLoopBackOff 2019-08-13 09:32:53 +08:00
.github/ISSUE_TEMPLATE making issue template less complex 2019-07-08 10:19:03 -07:00
cmd Localization support for help text (#4814) 2019-08-12 11:16:20 -07:00
deploy Update releases.json to include v1.3.0 2019-08-05 18:53:13 -07:00
docs Point old documents to their new Hugo location 2019-08-12 14:30:40 -07:00
hack Localization support for help text (#4814) 2019-08-12 11:16:20 -07:00
images Update start.jpg to v1.2 2019-06-24 16:21:38 +08:00
installers Change deb maintainer, lower case minikube 2019-07-14 09:32:19 +02:00
pkg Remove all minikube dependencies from drivers (#4933) 2019-08-12 14:42:11 -07:00
site fix typo CrashloopBackoff->CrashLoopBackOff 2019-08-13 09:32:53 +08:00
test/integration Make sure minikube is up before checkout .minikube directory (#5050) 2019-08-12 14:13:45 -07:00
third_party/go9p Better comment syntax 2019-07-05 11:17:10 +08:00
translations Localization support for help text (#4814) 2019-08-12 11:16:20 -07:00
.codecov.yml Disable codecov comment bot 2017-08-04 14:46:44 -07:00
.dockerignore Add a .dockerignore to make image builds faster. 2017-11-06 13:01:01 -08:00
.gitignore add latest binary to gitignore 2019-07-30 10:45:05 -07:00
.gitmodules Switch hugo themes from whisper to docsy 2019-07-19 19:04:51 -07:00
.markdownlint.json Run markdownlint on all the md files in docs 2019-03-10 20:06:04 +01:00
.travis.yml Adding GOPROXY to Travis (#5018) 2019-08-09 15:55:17 -07:00
CHANGELOG.md Late-breaking v1.3.0 changes 2019-08-05 18:46:48 -07:00
CONTRIBUTING.md Point old documents to their new Hugo location 2019-08-12 14:30:40 -07:00
LICENSE Update License file 2016-04-15 15:44:00 -07:00
Makefile Remove all minikube dependencies from drivers (#4933) 2019-08-12 14:42:11 -07:00
OWNERS Update security contacts 2019-07-10 10:48:31 -07:00
README.md Begin steering users to the docsy site 2019-08-09 18:38:28 -07:00
SECURITY_CONTACTS Update security contacts 2019-07-10 10:48:31 -07:00
code-of-conduct.md Update code-of-conduct.md 2017-12-20 13:39:35 -05:00
go.mod Merge pull request #5025 from blueelvis/4996-fix-download-progress-bars 2019-08-12 08:31:20 -07:00
go.sum Merge pull request #5025 from blueelvis/4996-fix-download-progress-bars 2019-08-12 08:31:20 -07:00
netlify.toml Switch hugo themes from whisper to docsy 2019-07-19 19:04:51 -07:00
test.sh Merge pull request #4674 from kubernetes/docsy2 2019-07-29 11:51:48 -07:00

README.md

minikube

BuildStatus Widget GoReport Widget

What is minikube?

minikube implements a local Kubernetes cluster on macOS, Linux, and Windows.

screenshot

minikube's primary goals are to be the best tool for local Kubernetes application development and to support all Kubernetes features that fit. We hope you enjoy it!

News

📣 Please fill out our fast 5-question survey so that we can learn how & why you use minikube, and what improvements we should make. Thank you! 👯

Features

minikube runs the latest stable release of Kubernetes, with support for standard Kubernetes features like:

As well as developer-friendly features:

Documentation

See https://minikube.sigs.k8s.io/docs/

Community

Help Wanted!

minikube is a Kubernetes #sig-cluster-lifecycle project.

Installation

See getting started

Examples

See examples