This repository is used for implementing Helm deployment strategy to Kubernetes cluster. Full article is here: https://lecongbang314.medium.com/tutorial-implement-a-helm-deployment-strategy-from-scratch-90edca73339f
terraform-demo
├── app # Simple web server written by Python and could be dockerized
├── base-chart # The code of base chart
└── cluster # The value store of application helm charts
Bang Le