DEV Community

Sunny Bhambhani for AWS Community Builders

Posted on

2

Helmister: Updated the logic to allow custom path

Its a follow-up post on helmister, refer here for more details: https://dev.to/aws-builders/installing-multiple-helm-charts-in-one-go-approach-3-using-simple-bash-utility-2795

  • Updated the logic allowing users to specify a custom path for config.yaml.

  • Log entry: [2024-11-27 12:30:06] [INFO] Generic/common values based on /home/sunny/config.yaml file.

  • -f | --file
    Helps you to mention explicit/specific config.yaml. If not provided it will consider the default one which is placed in the base folder.

  • Example: ./helmister install -f /opt/app/config-dev.yaml

Top comments (0)

Best Practices for Running  Container WordPress on AWS (ECS, EFS, RDS, ELB) using CDK cover image

Best Practices for Running Container WordPress on AWS (ECS, EFS, RDS, ELB) using CDK

This post discusses the process of migrating a growing WordPress eShop business to AWS using AWS CDK for an easily scalable, high availability architecture. The detailed structure encompasses several pillars: Compute, Storage, Database, Cache, CDN, DNS, Security, and Backup.

Read full post