Appearance
Concepts
Deployment concepts
Work on your docker compose file, we do the rest.
Developers work a lot on testing their solutions and have to reproduce deployment environments locally. One of the easiest way to do that is to use Docker containerization to orchestrates all your app microservices locally.
Celestical deployment concept emerges from docker-compose.yml files. We've notoiced a lot of developers put a lot of configuration efforts in their docker compose file and when they have to deploy on a cloud they have to copy paste their customization at this risk oflosing alignment with latest changes.
You do your docker-compose, celestical does the rest.
By extension we also plan to cover Helm Charts for kubernetes for those of you who are big Kubernetes fans.
See our roadmap for our future features and vote for them. Hopefully this page is interactive before you read this.