application
9 pagesApplication
A Nais application lets you run one or more instances of a container image. An application is defined by its application manifest, which is a YAML file that describes how the application should be…
Create application
This how-to guide will show you how to create a Nais manifest for your application. Inside your application repository, create a .nais-folder.
Delete your application
Expose an application
This guide will show you how to expose your application to end-users or applications in other environments by using an ingress.
Exposing your application
What good is an application if no one can reach it? Nais tries to make it easy to expose your application to the correct audience. An audience is the set of users or applications that your…
Nais Application example YAML
This is a complete example of an Application resource, commonly known as the nais.yaml file. For an in-depth explanation of each field, head over to the reference documentation.
Nais Application reference
This document describes all possible configuration values in the Application spec, commonly known as the nais.yaml file.
Redirect a client
To redirect traffic from one domain to another, you need to define an ingress from the old domain that redirects to the new domain, with .spec.redirects[].
Troubleshooting
When something is wrong with your application, these kubectl commands should be the first things you check out: