You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/reference/tools/_index.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,8 +8,7 @@ no_list: true
8
8
---
9
9
10
10
<!-- overview -->
11
-
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.
12
-
11
+
Kubernetes contains several tools to help you work with the Kubernetes system.
13
12
14
13
<!-- body -->
15
14
@@ -25,10 +24,14 @@ development and testing purposes.
25
24
to a Kubernetes cluster, troubleshoot them, and manage the cluster and its resources itself.
26
25
27
26
## Helm
27
+
{{% thirdparty-content single="true" %}}
28
28
29
29
[Helm](https://helm.sh/) is a tool for managing packages of pre-configured
30
30
Kubernetes resources. These packages are known as _Helm charts_.
31
31
32
+
Helm is a third party managed tool for managing packages of pre-configured
33
+
Kubernetes resources, aka Kubernetes charts.
34
+
32
35
Use Helm to:
33
36
34
37
* Find and use popular software packaged as Kubernetes charts
0 commit comments