Deployments
Navigate deployment stages with Ease
-
Clone & Package
App deployment starts with our platform cloning your code. After that we package it into an image, hence removing the hassle of application containerization at an individual level.
** Snippet of application undergoing Clone stage.
If an error occurs, you can always refer to the logs under each stage.
To verify if your application has been successfully packaged, you can refer to the app_image_url and app_image_digest.
-
Scanning Your Code
SCA stage creates a SBOM for your application which will be further utilized to assess vulnerabilities. SCA stage and Scan stage together ensure security of your application.
SCA logs display SBOM in tabular format, just like any CLI does, hence reducing your work.
After SCA stage application undergoes Scan stage, where vulnerability assessment takes place and list those according to criticality.
Watch out!!! Some vulnerabilities stand in your way.
-
Addressing Vulnerabilities
Vulnerabilities often arise due to older and exploitable dependencies. Most of these are easily fixable.
To check Highly critical vulnerabilities, glance over on the Security meter.
** Snippet of Security metrics for a newly deployed application.
Right after you spot CVEs, you can download a report for detailed analysis. When you fix your code, don’t worry about deploying again.
Our platform automatically deploys the changes after you commit your code to your source.
-
Test & Deploy Approval
An application is deployed in different environments for multiple checks. This comes with layered approvals.
Similarly, initializ.ai also implements two staged approvals. One in Test Environment, another in Production.
Make sure you approve your application in different environments and add remarks for reference.
After Test approval, application goes to Stage state, and awaits production deployment and approval.
** Snippet of an application successfully completing stage state..
At each environment, you will receive corresponding endpoint on the console, so if you have different pipelines working together, it can communicate.
Like this at the end of production deployment stage, you will have an endpoint of your deployed application.
Let’s check that out, shall we?
-
Verifying Endpoint
To check out your deployed application click on the URL flashing on the top of your console, under the application name
You’ll be redirected to the application page.
There, see how easy it was. Sail with initializ.ai.