Skip to content

upbound/configuration-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

App Configuration

This repository contains an Upbound project, tailored for users establishing their initial control plane with Upbound. This configuration deploys a fully managed Ghost blog application as an example of how to deploy apps.

Overview

The core components of a custom API in Upbound Project include:

  • CompositeResourceDefinition (XRD): Defines the API's structure.
  • Composition(s): Configures the Functions Pipeline
  • Embedded Function(s): Encapsulates the Composition logic and implementation within a self-contained, reusable unit

In this specific configuration, the API contains:

Deployment

  • Execute up project run
  • Alternatively, install the Configuration from the Upbound Marketplace
  • Check examples for example XR(Composite Resource)

Testing

The configuration can be tested using:

  • up composition render --xrd=apis/definition.yaml apis/xapps/composition.yaml examples/app-xr.yaml to render the composition
  • up test run tests/* to run composition tests in tests/test-xapp/
  • up test run tests/* --e2e to run end-to-end tests in tests/e2etest-xapp/

Next steps

This repository serves as a foundational step. To enhance the configuration, consider:

  1. create new API definitions in this same repo
  2. editing the existing API definition to your needs

To learn more about how to build APIs for your managed control planes in Upbound, read the guide on Upbound's docs.

About

Application Configuration

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages