Create application ΒΆ

This how-to guide will show you how to create a Nais manifest for your application.

Setup ΒΆ

Inside your application repository, create a .nais-folder.

bash

Create a file called app.yaml in the .nais-folder.

bash

Define your application ΒΆ

Below is a basic example of an application manifest.

Add the following content to the file, and insert the appropriate values in the placeholders on the highlighted lines:

.nais/app.yaml

yaml

This application manifest represents a very basic daemon application. You will likely want to add more configuration to your application manifest based on your needs.

🎯 Build and deploy your application to Nais.

🎯 Expose your application.

πŸ“š Application spec reference.

πŸ“š Full Application example.

πŸ’‘ Good practices for Nais workloads.