diff --git a/content/en/docs/reference/tools/_index.md b/content/en/docs/reference/tools/_index.md index aa65af289b..389e6e77d2 100644 --- a/content/en/docs/reference/tools/_index.md +++ b/content/en/docs/reference/tools/_index.md @@ -8,8 +8,7 @@ no_list: true --- -Kubernetes contains several built-in tools and external tools that are commonly used or relevant that may as well be seen as required for Kubernetes to function. - +Kubernetes contains several tools to help you work with the Kubernetes system. @@ -25,10 +24,14 @@ development and testing purposes. to a Kubernetes cluster, troubleshoot them, and manage the cluster and its resources itself. ## Helm +{{% thirdparty-content single="true" %}} [Helm](https://helm.sh/) is a tool for managing packages of pre-configured Kubernetes resources. These packages are known as _Helm charts_. +Helm is a third party managed tool for managing packages of pre-configured +Kubernetes resources, aka Kubernetes charts. + Use Helm to: * Find and use popular software packaged as Kubernetes charts