Deployment
In the following subsections, you'll find all the information about the deployment management with Qovery.
The deployment has the end goal to create the resources necessary to run your applications on your cloud account, based on the configuration you have done on the Qovery console.
In the image below you can find the complete flow that your application will go through, from your Git repository up to your Kuernetes cluster.
Note: we also support deployments from container registry
To achieve this goal, Qovery provides you with:
- A configurable
Deployment Pipeline
which defines the steps that need to be followed in order to deploy your applications. See this section for more information. - A set of
Deployment Actions
which allows you to manage the deployment lifecycle of your applications and environments. See this section for more information. - A
Continuous Deployment
integration in case you want to manage the deployment of you applications via your CI/CD. See this section for more information. - A
Deployment History
section to get all the information about the past deployments. See this section for more information. - A
Deployment Status
and aRunning Status
to monitor the status of your services and environments. See this section for more information. - A
Logs
interface to retrieve the deployment logs of your application and as well its logs in real-time. See this section for more information.