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 noticed 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.
Semantic Orchestration
In order to orchestration your app securely the celestical command line guesses how your containers are connected and asks you when there is a need of clarification.
This helps the orchestration to be guided on cloud side so that private networks are set accordingly and services accessible between each other only when necessary. Private networking is not an option, cybersecurity is extremely important for us.
This page will cover the different semantics and how they relate to each other, there is nothing magical, or hidden behind a competency certification, this is all common sense.
(stay tuned)