apply a template to tools (#9176)

This commit is contained in:
makocchi
2018-06-26 04:35:22 +09:00
committed by k8s-ci-robot
parent 5351252ce5
commit 7cac9c23e6
+13 -8
View File
@@ -2,37 +2,41 @@
reviewers: reviewers:
- janetkuo - janetkuo
title: Tools 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
[`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
[`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
[`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. to help you administrate your federated clusters.
## Minikube ## 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 easy to run a single-node Kubernetes cluster locally on your workstation for
development and testing purposes. development and testing purposes.
## Dashboard ## 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. to a Kubernetes cluster, troubleshoot them, and manage the cluster and its resources itself.
## Helm ## 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. Kubernetes resources, aka Kubernetes charts.
Use Helm to: Use Helm to:
@@ -45,10 +49,11 @@ Use Helm to:
## Kompose ## 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: Use Kompose to:
* Translate a Docker Compose file into Kubernetes objects * Translate a Docker Compose file into Kubernetes objects
* Go from local Docker development to managing your application via Kubernetes * 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/) * Convert v1 or v2 Docker Compose `yaml` files or [Distributed Application Bundles](https://docs.docker.com/compose/bundles/)
{{% /capture %}}