Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.nuon.co/llms.txt

Use this file to discover all available pages before exploring further.

If you are new to Nuon, we recommend understanding the life cycle of packaging your app, installing your app into a cloud account, and updating, monitoring and remediating the installs by reading our App and Install Life Cycle guide.

Choose An Example App

Choose one of the following example app guides to get started:
  • eks-simple: An AWS EKS (Kubernetes) Traefik whoami application (~35 min)
  • aws-lambda: A Lambda function with DynamoDB and API Gateway (~26 min)
Estimated times above include creating the initial VPC, Subnets, Nat Gateway, ASG, EC2 VM, and a healthy Nuon runner (~11 min). For the fastest duration, approve all workflow steps when the app install begins.

Other Apps to Explore

For these and other app examples, clone the example-app-configs repository. Then run the following commands:
brew install nuonco/tap/nuon
nuon auth login
nuon orgs select
cd example-app-configs/<app directory>
nuon apps create --name <app directory>
nuon apps sync

Prerequisites