From 0a6b5b7d73c4f60f4ae6c6fed1ea8af1cd12150a Mon Sep 17 00:00:00 2001 From: Aravind Date: Tue, 3 Apr 2018 07:49:05 +0530 Subject: [PATCH] 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 --- docs/tools/index.md | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git a/docs/tools/index.md b/docs/tools/index.md index 546e7205cb..b21866c7a6 100644 --- a/docs/tools/index.md +++ b/docs/tools/index.md @@ -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: