11 lines
511 B
YAML
11 lines
511 B
YAML
id: helm-chart
|
|
name: Helm Chart
|
|
full-link: https://github.com/kubernetes/helm/blob/master/docs/charts.md
|
|
tags:
|
|
- tool
|
|
short-description: >
|
|
A package of pre-configured Kubernetes resources that can be managed with the Helm tool.
|
|
long-description: |
|
|
Charts provide a reproducible way of creating and sharing Kubernetes applications.
|
|
A single chart can be used to deploy something simple, like a memcached Pod, or something complex, like a full web app stack with HTTP servers, databases, caches, and so on.
|