opta
opta copied to clipboard
The next generation of Infrastructure-as-Code. Work with high-level constructs instead of getting lost in low-level cloud configuration.
Build a tool to predict cloud spend for an Opta yaml file.
Define an API on how a user can implement an Opta module outside core Opta code and use it in their Opta installation.
Given a breaking module upgrade, implement a way to seamlessly migrate users from the older version to the newer version.
Implement versions for each module so that if a breaking change needs to be made for a module, existing users have the option to stick with the old version to...
Enable multi-region support in Opta for AWS which includes: * A k8s-cluster in each of the specified region * Each database has the write replica in one of the chosen...
Standardize how one module can export it's variables which are discoverable by other modules, without having explicit dependencies between the 2 modules
If a terraform apply is canceled midway, it can lead to scenarios where the resource is created but terraform state isn't updated. This can cause any future runs to fail....
A `k8s-cron` module, similar to the `k8s-service` module but for cron jobs.