commit
1ef0e9aa7f
|
@ -8,8 +8,7 @@ no_list: true
|
||||||
---
|
---
|
||||||
|
|
||||||
<!-- overview -->
|
<!-- overview -->
|
||||||
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.
|
||||||
|
|
||||||
|
|
||||||
<!-- body -->
|
<!-- body -->
|
||||||
|
|
||||||
|
@ -25,10 +24,14 @@ development and testing purposes.
|
||||||
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.
|
||||||
|
|
||||||
## Helm
|
## Helm
|
||||||
|
{{% thirdparty-content single="true" %}}
|
||||||
|
|
||||||
[Helm](https://helm.sh/) is a tool for managing packages of pre-configured
|
[Helm](https://helm.sh/) is a tool for managing packages of pre-configured
|
||||||
Kubernetes resources. These packages are known as _Helm charts_.
|
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:
|
Use Helm to:
|
||||||
|
|
||||||
* Find and use popular software packaged as Kubernetes charts
|
* Find and use popular software packaged as Kubernetes charts
|
||||||
|
|
Loading…
Reference in New Issue