Hi all, Great project team! Have a few questions for dev team or anyone with experience…
-
Is there a way to estimate costs for deployment without creating SDL file? (ideally a calculator somewhere?)
-
How are updates deployed? Like what happens when new docker image is generated, does deployment auto-update by pulling latest image? or I have to trigger whole bidding process again.
-
From the documentation, it seems bidding process for deployment was manual. How does it fit in with CI/CD pipelines? Is there someone using CI/CD workflows with Akash?
-
Question about data privacy/encryption: Can a cloud node provider see all the code and databases that are deployed there?
-
Failover consideration: Since the deployment is made on a single node, there’s one point of failure (correct?), what happens if a cloud provider simply turns off their node where my deployment was running?
Thank you