zh-trans: add minikube.md (#11315)

copy了英文原文导致冲突无法解决,因此重新创建。
原PR #11268 已经review
This commit is contained in:
AdamDang
2018-11-26 22:07:19 +08:00
committed by k8s-ci-robot
parent 64aeaf5030
commit 8d12fe9e8d
@@ -3,6 +3,21 @@ title: Minikube
id: minikube
date: 2018-04-12
full_link: /docs/getting-started-guides/minikube/
short_description: >
Minikube 是用来在本地运行 Kubernetes 的一种工具。
aka:
tags:
- fundamental
- tool
---
<!--
---
title: Minikube
id: minikube
date: 2018-04-12
full_link: /docs/getting-started-guides/minikube/
short_description: >
A tool for running Kubernetes locally.
@@ -11,9 +26,18 @@ tags:
- fundamental
- tool
---
-->
<!--
A tool for running Kubernetes locally.
-->
Minikube 是用来在本地运行 Kubernetes 的一种工具。
<!--more-->
<!--
Minikube runs a single-node cluster inside a VM on your computer.
-->
Minikube 在用户计算机上的一个虚拟机内运行单节点 Kubernetes 集群。