Skip to content

Commit

Permalink
apply a template to tools (#9176)
Browse files Browse the repository at this point in the history
  • Loading branch information
makocchi-git authored and k8s-ci-robot committed Jun 25, 2018
1 parent 5351252 commit 7cac9c2
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions content/en/docs/reference/tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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 %}}

0 comments on commit 7cac9c2

Please sign in to comment.