Removed helm and kompose from third party tooling section (#7650)
* Removed helm and kompose from third party tooling section * Removed unnescessary headers * Added back the heading
This commit is contained in:
+5
-13
@@ -4,13 +4,9 @@ approvers:
|
|||||||
title: Tools
|
title: Tools
|
||||||
---
|
---
|
||||||
|
|
||||||
Kubernetes contains several built-in tools to help you work with the Kubernetes system, and also supports third-party tooling.
|
Kubernetes contains several built-in tools to help you work with the Kubernetes system
|
||||||
|
|
||||||
## Native Tools
|
#### Kubectl
|
||||||
|
|
||||||
Kubernetes contains the following built-in tools:
|
|
||||||
|
|
||||||
#### 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.
|
||||||
|
|
||||||
@@ -34,16 +30,12 @@ development and testing purposes.
|
|||||||
[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.
|
||||||
|
|
||||||
## Third-Party Tools
|
|
||||||
|
|
||||||
Kubernetes supports various third-party tools. These include, but are not limited to:
|
|
||||||
|
|
||||||
#### 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:
|
||||||
|
|
||||||
* Find and use popular software packaged as Kubernetes charts
|
* Find and use popular software packaged as Kubernetes charts
|
||||||
* Share your own applications as Kubernetes charts
|
* Share your own applications as Kubernetes charts
|
||||||
@@ -51,9 +43,9 @@ 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.
|
||||||
|
|
||||||
Use Kompose to:
|
Use Kompose to:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user