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:
Aravind
2018-04-03 07:49:05 +05:30
committed by k8s-ci-robot
parent d2036768ba
commit 0a6b5b7d73
+5 -13
View File
@@ -4,13 +4,9 @@ approvers:
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
Kubernetes contains the following built-in tools:
#### Kubectl
#### Kubectl
[`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
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
[Kubernetes Helm](https://github.com/kubernetes/helm) is a tool for managing packages of pre-configured
Kubernetes resources, aka Kubernetes charts.
Use Helm to:
Use Helm to:
* Find and use popular software packaged as Kubernetes charts
* Share your own applications as Kubernetes charts
@@ -51,9 +43,9 @@ Use Helm to:
* Intelligently manage your Kubernetes manifest files
* 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: