From 7c75b157ac5323ef44bd0eb20c17fe72461b9b2a Mon Sep 17 00:00:00 2001 From: RA489 Date: Tue, 6 Apr 2021 16:52:44 +0530 Subject: [PATCH] Improvement for other tools --- content/en/docs/reference/tools/_index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/en/docs/reference/tools/_index.md b/content/en/docs/reference/tools/_index.md index 7194ab83bd..48a9b20f41 100644 --- a/content/en/docs/reference/tools/_index.md +++ b/content/en/docs/reference/tools/_index.md @@ -8,14 +8,14 @@ no_list: true --- -Kubernetes contains several built-in tools to help you work with the Kubernetes system. +Kubernetes contains several built-in as well as third party tools to help you work with the Kubernetes system. ## Minikube -[`minikube`](https://minikube.sigs.k8s.io/docs/) is a tool that +[`minikube`](https://minikube.sigs.k8s.io/docs/) is a built-in tool that runs a single-node Kubernetes cluster locally on your workstation for development and testing purposes. @@ -26,7 +26,7 @@ to a Kubernetes cluster, troubleshoot them, and manage the cluster and its resou ## Helm -[`Kubernetes Helm`](https://github.com/kubernetes/helm) is a tool for managing packages of pre-configured +[`Kubernetes Helm`](https://github.com/kubernetes/helm) is a third party managed tool for managing packages of pre-configured Kubernetes resources, aka Kubernetes charts. Use Helm to: @@ -39,7 +39,7 @@ Use Helm to: ## Kompose -[`Kompose`](https://github.com/kubernetes/kompose) is a tool to help Docker Compose users move to Kubernetes. +[`Kompose`](https://github.com/kubernetes/kompose) is a built-in tool to help Docker Compose users move to Kubernetes. Use Kompose to: