Skip to content

Commit b033b85

Browse files
author
RA489
committed
Improvement for thirdparty tools
1 parent 7c75b15 commit b033b85

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

content/en/docs/reference/tools/_index.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,15 @@ no_list: true
88
---
99

1010
<!-- overview -->
11-
Kubernetes contains several built-in as well as third party tools to help you work with the Kubernetes system.
11+
Kubernetes contains several tools to help you work with the Kubernetes system.
1212

1313

1414
<!-- body -->
15+
{{% thirdparty-content %}}
1516

1617
## Minikube
1718

18-
[`minikube`](https://minikube.sigs.k8s.io/docs/) is a built-in tool that
19+
[`minikube`](https://minikube.sigs.k8s.io/docs/) is a tool that
1920
runs a single-node Kubernetes cluster locally on your workstation for
2021
development and testing purposes.
2122

@@ -26,7 +27,10 @@ to a Kubernetes cluster, troubleshoot them, and manage the cluster and its resou
2627

2728
## Helm
2829

29-
[`Kubernetes Helm`](https://github.com/kubernetes/helm) is a third party managed tool for managing packages of pre-configured
30+
[`Kubernetes Helm`](https://github.com/kubernetes/helm) is a tool for managing packages of pre-configured
31+
Kubernetes resources, aka Kubernetes charts.
32+
33+
Beware Helm is a third party managed tool for managing packages of pre-configured
3034
Kubernetes resources, aka Kubernetes charts.
3135

3236
Use Helm to:
@@ -39,7 +43,7 @@ Use Helm to:
3943

4044
## Kompose
4145

42-
[`Kompose`](https://github.com/kubernetes/kompose) is a built-in tool to help Docker Compose users move to Kubernetes.
46+
[`Kompose`](https://github.com/kubernetes/kompose) is a tool to help Docker Compose users move to Kubernetes.
4347

4448
Use Kompose to:
4549

0 commit comments

Comments
 (0)