From 46bcb5b559fd0abcd6b57168705c4aaddaa59ccf Mon Sep 17 00:00:00 2001 From: Ahmet Alp Balkan Date: Tue, 4 Apr 2017 21:41:39 -0700 Subject: [PATCH] tools: list minikube as a Native Tool Fixes #2491. Signed-off-by: Ahmet Alp Balkan --- docs/tools/index.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/tools/index.md b/docs/tools/index.md index 32a1860aa6..ec8a181663 100644 --- a/docs/tools/index.md +++ b/docs/tools/index.md @@ -23,6 +23,12 @@ Kubernetes contains the following built-in tools: [`kubefed`](/docs/admin/federation/kubefed/) is the command line tool to help you administrate your federated clusters. +##### Minikube + +[`minikube`](/docs/getting-started-guides/minikube/) is a tool that makes it +easy to run a single-node Kubernetes cluster locally on your workstation for +development and testing purposes. + ##### Dashboard [Dashboard](/docs/user-guide/ui/), the web-based user interface of Kubernetes, allows you to deploy containerized applications