|
|
|
|
|
by oauea
2109 days ago
|
|
Helm has been doing this since the early days. 99% of our charts are created using: * `helm create` to get the default scaffold * modify a handful of entries in the generated values file * done! Only thing is the default helm chart starter does not allow for autoconfiguring of volumes, and since we're porting a lot of stateful apps to kubernetes we just modified the default starter to include that capability. Of course it would be nice to not have to maintain a bunch of different virtually identical templates. Pulumi looks interesting but unfortunately seems to insist on vendor lock-in (see the jerk-around on https://github.com/pulumi/pulumi/pull/2697). So I'm looking forward to the AWS CDK (https://aws.amazon.com/cdk/) maturing a bit. |
|