You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to have a bunch of premade modules that you can deploy to a target environment. This would set up all the networking/terraform aspects and also deploy any kubernetes containers too?
For example:
docker-compose run --rm ciinabox deploy mysql --environment=preprod
docker-compose run --rm ciinabox deploy redis --environment=preprod
Totally stepping into the realms of cloud automation here though and there are plenty of people that do that.
The text was updated successfully, but these errors were encountered:
It would be nice to have a bunch of premade modules that you can deploy to a target environment. This would set up all the networking/terraform aspects and also deploy any kubernetes containers too?
For example:
docker-compose run --rm ciinabox deploy mysql --environment=preprod
docker-compose run --rm ciinabox deploy redis --environment=preprod
Totally stepping into the realms of cloud automation here though and there are plenty of people that do that.
The text was updated successfully, but these errors were encountered: