yak shaver for cloud developers
Exosphere helps work on cloud applications. It automates the repetitive activities to get them installed, built, running, tested, and deployed:
- exo generate docker-compose generates docker compose files
- exo run runs an Exosphere application on the local machine
- exo test runs all the tests for an application
- exo clean cleans docker workspace
- exo configure manages remotely stored application secrets
- exo generate terraform generates terraform file
- exo generate terraform-var-file generates terraform var file
- exo deploy pushes the application to public or private clouds
- exo template manages templates for services
- why Exosphere
- which open source technologies Exosphere is built on top of
- the configuration files
- install it
- download and run an example application
- build your own application by following the tutorial