Move tools to reference section. (#8936)
* Move tools to reference section. * Adjust heading levels.
This commit is contained in:
committed by
k8s-ci-robot
parent
cfe4ac4251
commit
d3175d9fc8
@@ -6,31 +6,31 @@ title: Tools
|
|||||||
|
|
||||||
Kubernetes contains several built-in tools to help you work with the Kubernetes system
|
Kubernetes contains several built-in tools to help you work with the Kubernetes system
|
||||||
|
|
||||||
#### Kubectl
|
## Kubectl
|
||||||
|
|
||||||
[`kubectl`](/docs/user-guide/kubectl/) is the command line tool for Kubernetes. It controls the Kubernetes cluster manager.
|
[`kubectl`](/docs/user-guide/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/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).
|
||||||
|
|
||||||
#### Kubefed
|
## Kubefed
|
||||||
|
|
||||||
[`kubefed`](/docs/tutorials/federation/set-up-cluster-federation-kubefed/) is the command line tool
|
[`kubefed`](/docs/tutorials/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/getting-started-guides/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/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.
|
||||||
@@ -43,7 +43,7 @@ Use Helm to:
|
|||||||
* Intelligently manage your Kubernetes manifest files
|
* Intelligently manage your Kubernetes manifest files
|
||||||
* Manage releases of Helm packages
|
* Manage releases of Helm packages
|
||||||
|
|
||||||
#### 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.
|
||||||
|
|
||||||
@@ -283,6 +283,7 @@
|
|||||||
/docs/tasks/web-ui-dashboard/ /docs/tasks/access-application-cluster/web-ui-dashboard/ 301
|
/docs/tasks/web-ui-dashboard/ /docs/tasks/access-application-cluster/web-ui-dashboard/ 301
|
||||||
|
|
||||||
/docs/templatedemos/* /docs/home/contribute/page-templates/ 301
|
/docs/templatedemos/* /docs/home/contribute/page-templates/ 301
|
||||||
|
/docs/tools/ /docs/reference/tools/ 301
|
||||||
/docs/tools/kompose/user-guide/ /docs/tasks/configure-pod-container/translate-compose-kubernetes/ 301
|
/docs/tools/kompose/user-guide/ /docs/tasks/configure-pod-container/translate-compose-kubernetes/ 301
|
||||||
/docs/tools/kompose/ /docs/tools/kompose/user-guide/ 301
|
/docs/tools/kompose/ /docs/tools/kompose/user-guide/ 301
|
||||||
/docs/troubleshooting/ /docs/tasks/debug-application-cluster/troubleshooting/ 301
|
/docs/troubleshooting/ /docs/tasks/debug-application-cluster/troubleshooting/ 301
|
||||||
|
|||||||
Reference in New Issue
Block a user