From 7cac9c23e6f897c4e532ff122d56739a7dd7d1ff Mon Sep 17 00:00:00 2001 From: makocchi Date: Tue, 26 Jun 2018 04:35:22 +0900 Subject: [PATCH] apply a template to tools (#9176) --- content/en/docs/reference/tools.md | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/content/en/docs/reference/tools.md b/content/en/docs/reference/tools.md index 4e9c6d420f..dea1a8b13d 100644 --- a/content/en/docs/reference/tools.md +++ b/content/en/docs/reference/tools.md @@ -2,37 +2,41 @@ reviewers: - janetkuo title: Tools +content_template: templates/concept --- -Kubernetes contains several built-in tools to help you work with the Kubernetes system +{{% capture overview %}} +Kubernetes contains several built-in tools to help you work with the Kubernetes system. +{{% /capture %}} +{{% capture body %}} ## Kubectl -[`kubectl`](/docs/user-guide/kubectl/) is the command line tool for Kubernetes. It controls the Kubernetes cluster manager. +[`kubectl`](/docs/tasks/tools/install-kubectl/) is the command line tool for Kubernetes. It controls the Kubernetes cluster manager. ## Kubeadm -[`kubeadm`](/docs/setup/independent/install-kubeadm/) is the command line tool for easily provisioning a secure Kubernetes cluster on top of physical or cloud servers or virtual machines (currently in alpha). +[`kubeadm`](/docs/tasks/tools/install-kubeadm/) is the command line tool for easily provisioning a secure Kubernetes cluster on top of physical or cloud servers or virtual machines (currently in alpha). ## Kubefed -[`kubefed`](/docs/tutorials/federation/set-up-cluster-federation-kubefed/) is the command line tool +[`kubefed`](/docs/tasks/federation/set-up-cluster-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 +[`minikube`](/docs/tasks/tools/install-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/tasks/web-ui-dashboard/), the web-based user interface of Kubernetes, allows you to deploy containerized applications +[`Dashboard`](/docs/tasks/access-application-cluster/web-ui-dashboard/), the web-based user interface of Kubernetes, allows you to deploy containerized applications to a Kubernetes cluster, troubleshoot them, and manage the cluster and its resources itself. ## Helm -[Kubernetes Helm](https://github.com/kubernetes/helm) is a tool for managing packages of pre-configured +[`Kubernetes Helm`](https://github.com/kubernetes/helm) is a tool for managing packages of pre-configured Kubernetes resources, aka Kubernetes charts. Use Helm to: @@ -45,10 +49,11 @@ Use Helm to: ## Kompose -[Kompose](https://github.com/kubernetes-incubator/kompose) is a tool to help Docker Compose users move to Kubernetes. +[`Kompose`](https://github.com/kubernetes-incubator/kompose) is a tool to help Docker Compose users move to Kubernetes. Use Kompose to: * Translate a Docker Compose file into Kubernetes objects * Go from local Docker development to managing your application via Kubernetes * Convert v1 or v2 Docker Compose `yaml` files or [Distributed Application Bundles](https://docs.docker.com/compose/bundles/) +{{% /capture %}}