Daily Delivery

Luna DevOps uses one clear path to deliver an application to a cluster:

Project space → Application → Deployment → Build or select image → Release → Route

A project space is a logical namespace. It isolates members, applications, and resources for a product or team, but it is not the same as a Kubernetes Namespace.

Shortest path

  1. Create a project space and application.
  2. Create a deployment and select the cluster and runtime resources.
  3. Choose the delivery source:
  4. Confirm that the Release and workload become ready.
  5. Create a route when the application needs a public or custom domain.

Configure when needed

For a first deployment, validate cluster, release, and route with an existing image before adding source builds and automation. This makes failures easier to locate.