Create new application
This guide walks you through deploying a new containerized application on the Golden Path — provisioning its infrastructure, setting up CI/CD for the application repository, and extending the pipeline to production.
Before you begin
This guide assumes
- you have an application repository that contains a single application. For monorepos or repositories containing both application code and Terraform code, contact Utviklerflyt.
- your application can be deployed as a container image. For other application platforms (e.g. static website, Lambda), see section Guides → Other or contact Utviklerflyt.
- you have familiarized yourself with the key points from the risk assessment analysis (ROS).
Next step
Set up the application's infrastructure with IaC repo setup.