Improvement for thirdparty tools
This commit is contained in:
@@ -8,14 +8,15 @@ no_list: true
|
|||||||
---
|
---
|
||||||
|
|
||||||
<!-- overview -->
|
<!-- 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 -->
|
<!-- body -->
|
||||||
|
{{% thirdparty-content %}}
|
||||||
|
|
||||||
## Minikube
|
## 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
|
runs a single-node Kubernetes cluster locally on your workstation for
|
||||||
development and testing purposes.
|
development and testing purposes.
|
||||||
|
|
||||||
@@ -26,7 +27,10 @@ to a Kubernetes cluster, troubleshoot them, and manage the cluster and its resou
|
|||||||
|
|
||||||
## Helm
|
## 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.
|
Kubernetes resources, aka Kubernetes charts.
|
||||||
|
|
||||||
Use Helm to:
|
Use Helm to:
|
||||||
@@ -39,7 +43,7 @@ Use Helm to:
|
|||||||
|
|
||||||
## Kompose
|
## 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:
|
Use Kompose to:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user