Publish MultiJuicer Terraform Modules for individual cloud providers
J12934 opened this issue · 2 comments
J12934 commented
Terraform allows to distribute reusable modules which setup cloud infrastructure.
This could be used to provide "ready to go" MultiJuicer setups for different cloud setups which can be installed very easily.
These Modules should setup:
- kubernetes setup
- install MultiJuicer helm chart
- install all components required to direct traffic to the MultiJuicer balancer.
To publish the modules we'd probably have to setups individual repositories per cloud provider.
https://www.terraform.io/docs/modules/index.html
J12934 commented
This got easier now as the terraform-helm provider now supports helm3 which mean that we don't have to manage tiller on the clusters.
J12934 commented
Have started to work on a Terraform Module for DigitalOcean here: https://github.com/iteratec/terraform-digitalocean-multijuicer