Platform architecture
SdV Cloud manages the infrastructure your service containers run on, so you don’t have to provision, configure, or maintain any of it yourself. Two things happen for every service container: it gets built and deployed, and once running, it stays visible and controllable.
Build and deploy
Section titled “Build and deploy”When you trigger a deployment, SdV Cloud takes the commit you’ve selected, builds it into a runnable version of your application, then rolls it out. See The deployment lifecycle for how that process is tracked from start to finish.
Live visibility and control
Section titled “Live visibility and control”Once a service is running, SdV Cloud gives you a real-time view into it — logs as they’re produced, and its current status — plus direct control over how many replicas are running through autoscaling and hibernation settings. This stays available independently of whether a new deployment is in progress.
Together, these mean you can focus on your application’s code and configuration, while SdV Cloud takes care of running, scaling, and monitoring it.