forked from pivotal-cf/docs-pks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhelm.html.md.erb
44 lines (34 loc) · 1.24 KB
/
helm.html.md.erb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
---
title: Using Helm with PKS
owner: PKS
---
<strong><%= modified_date %></strong>
This documentation describes how you can use the package manager [Helm](https://helm.sh/) for your
Kubernetes apps running on Pivotal Container Service (PKS).
Helm includes of the following components:
<table>
<tr>
<th>Component</th>
<th>Role</th>
<th>Location</th>
</tr>
<tr>
<td><code>helm</code></td>
<td>Client</td>
<td>Runs on your local workstation</td>
</tr>
<tr>
<td><code>tiller</code></td>
<td>Server</td>
<td>Runs inside your Kubernetes cluster</td>
</tr>
</table>
Helm packages are called **charts**. For more information, see
[Charts](https://docs.helm.sh/developing_charts/) in the Helm documentation.
Examples of charts:
* [Concourse](https://github.com/kubernetes/charts/tree/master/stable/concourse) for CI/CD pipelines
* [Datadog](https://github.com/kubernetes/charts/tree/master/stable/datadog) for monitoring
* [MySQL](https://github.com/kubernetes/charts/tree/master/stable/mysql) for storage
For more charts, see the [Helm Charts repository](https://github.com/kubernetes/charts) on GitHub.
If you want to to use Helm with PKS, see the following topic:
* [Configuring Tiller](./configure-tiller-helm.html)