Template for build cloud-native stack: Kubernetes
, Terraform
and friends...
- Install Helm
- Install Go Task runner
- Run commands
# Go to the component folder cd helm/<component> # Set VALUE file via environment variable export VALUES=examples/<file>.yaml # Update Helm dependencies task helm:dep # Generate manifest files in folder ./build task helm:gen # Apply to K8s cluster task helm:apply # [Optional] Clean manifest files task helm:clean