Building Applications

This section is the consolidated entry for application-oriented workflows in ACP.

Use this path first when you need to create applications, manage workloads, prepare namespaces, work with ConfigMaps or Secrets, or perform routine application operations and observability tasks.

Relationship to the migrated web console docs

Many workflows from the newer console experience now map directly to the pages in this section.

In most cases:

  • Use create_applications for application creation and update paths.
  • Use application_workloads for Deployments, StatefulSets, DaemonSets, Pods, Jobs, and CronJobs.
  • Use namespace for namespace preparation and governance.
  • Use configuration for ConfigMaps and Secrets.
  • Use operation_maintaining and application_observability for status, versioning, logs, events, monitoring, and related operational tasks.

Across these task families, keep the following scope rules in mind:

  • Aggregated application dashboards can summarize information across the clusters associated with the current project.
  • Concrete resource operations still resolve in a selected cluster and namespace context.
  • When a workflow can start from both the Applications view and the Clusters view, document the scope-specific behavior in the page where the action happens instead of keeping a separate parallel procedure.

Build application architecture

Concepts

Namespaces

Creating Applications

Operation and Maintaining Applications

Workloads

Working with Helm charts

Configurations

Application Observability

How To