Skip to content

Commit 7c75b15

Browse files
author
RA489
committed
Improvement for other tools
1 parent b890226 commit 7c75b15

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

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

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

1313

1414
<!-- body -->
1515

1616
## Minikube
1717

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

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

2727
## Helm
2828

29-
[`Kubernetes Helm`](https://github.com/kubernetes/helm) is a tool for managing packages of pre-configured
29+
[`Kubernetes Helm`](https://github.com/kubernetes/helm) is a third party managed tool for managing packages of pre-configured
3030
Kubernetes resources, aka Kubernetes charts.
3131

3232
Use Helm to:
@@ -39,7 +39,7 @@ Use Helm to:
3939

4040
## Kompose
4141

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

4444
Use Kompose to:
4545

0 commit comments

Comments
 (0)