docs: update helm
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: "Helm"
|
title: "Helm"
|
||||||
ring: trial
|
ring: assess
|
||||||
quadrant: tools
|
quadrant: tools
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
15
radar/2022-10-12/helm.md
Normal file
15
radar/2022-10-12/helm.md
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
---
|
||||||
|
title: "Helm"
|
||||||
|
ring: adopt
|
||||||
|
quadrant: platforms-and-aoe-services
|
||||||
|
tags: [devops]
|
||||||
|
---
|
||||||
|
|
||||||
|
At AOE, we have adopted [Helmfile](https://github.com/helmfile/helmfile) as a complementary tool to Helm. It is
|
||||||
|
a declarative spec for deploying helm charts providing addtional functionality such as:
|
||||||
|
|
||||||
|
- Separation between environment specific and general values
|
||||||
|
- Simplified secrets management with support for external applications, e.g. Vault
|
||||||
|
- Remote state storage in e.g. S3, similar to Terraform
|
||||||
|
|
||||||
|
Overall, Helmfile makes it a lot easier to manage and maintain multiple Helm charts and releases.
|
||||||
Reference in New Issue
Block a user