Applications

Learn how to deploy, configure, and manage applications on Drycc Workflow.

Deploying an Application

Learn how to deploy applications to Drycc using git push or the drycc client.

Using Buildpacks

Deploy applications using Cloud Native Buildpacks, which transform code into executable containers.

Using Dockerfiles

Deploy Docker-based applications to Drycc using Dockerfiles. Supports both Common Runtime and Private Spaces.

Using Docker Images

Deploy applications using container images from Drycc Container Registry or external registries.

Managing App Processes

Learn how to manage application processes using Procfiles, scale process types, configure autoscaling, and troubleshoot running containers.

Configuring an Application

Store application configuration in environment variables to keep config separate from code.

Managing App Metrics

Learn how to monitor Drycc applications using metrics collection with Prometheus, including CPU, memory, disk, and network monitoring.

Managing App Lifecycle

Learn how to track changes, rollback releases, run administrative tasks, and troubleshoot Drycc applications throughout their lifecycle.

Managing App Volumes

Learn how to create, mount, and manage persistent volumes for Drycc applications, including CSI, NFS, and OSS volume types.

Managing App Gateway

Learn how to manage gateways, services, and routes for Drycc applications to control traffic flow and service exposure.

Managing App Resources

Learn how to create, bind, and manage external resources and services for Drycc applications using the service catalog.

Inter-app Communication

Enable communication between Drycc applications using DNS service discovery.

Managing Resource Limits

Learn how to set CPU and memory limits for Drycc application processes to ensure proper resource allocation and prevent resource exhaustion.

Domains and Routing

Make applications accessible via custom domain names and manage routing.

SSL Certificates

Configure SSL certificates for secure HTTPS connections on custom domains in Drycc applications.

Using drycc path

Deploy applications using Drycc path configuration for advanced Docker-based deployments.


Last modified 11.10.2025: chore(zh-cn): 优化中文文档 (931e2de)