Improvement for thirdparty tools

pull/27428/head
RA489 2021-09-02 10:13:27 +05:30
parent 7c75b157ac
commit b033b85cd9
1 changed files with 8 additions and 4 deletions

View File

@ -8,14 +8,15 @@ no_list: true
---
<!-- overview -->
Kubernetes contains several built-in as well as third party tools to help you work with the Kubernetes system.
Kubernetes contains several tools to help you work with the Kubernetes system.
<!-- body -->
{{% thirdparty-content %}}
## Minikube
[`minikube`](https://minikube.sigs.k8s.io/docs/) is a built-in tool that
[`minikube`](https://minikube.sigs.k8s.io/docs/) is a tool that
runs a single-node Kubernetes cluster locally on your workstation for
development and testing purposes.
@ -26,7 +27,10 @@ to a Kubernetes cluster, troubleshoot them, and manage the cluster and its resou
## Helm
[`Kubernetes Helm`](https://github.com/kubernetes/helm) is a third party managed tool for managing packages of pre-configured
[`Kubernetes Helm`](https://github.com/kubernetes/helm) is a tool for managing packages of pre-configured
Kubernetes resources, aka Kubernetes charts.
Beware Helm is a third party managed tool for managing packages of pre-configured
Kubernetes resources, aka Kubernetes charts.
Use Helm to:
@ -39,7 +43,7 @@ Use Helm to:
## Kompose
[`Kompose`](https://github.com/kubernetes/kompose) is a built-in tool to help Docker Compose users move to Kubernetes.
[`Kompose`](https://github.com/kubernetes/kompose) is a tool to help Docker Compose users move to Kubernetes.
Use Kompose to: