LogoLogo
Run to Console
  • ClawCloud Run
    • Document
    • Getting Started
      • Create a DevBox
      • Deploy Database
      • Deploy from Docker
      • Deploy from Template
    • Guide
      • App Launchpad
        • Install Application
        • Update Application
        • Custom Domain
        • Exposing Multiple Ports
        • Environment Variables
        • Configuration Files
        • Auto Scaling
        • Persistent Storage
        • Custom Domain Certificates
        • App Deployment Progress
      • Devbox
        • Devbox List
        • Devbox Details
        • Devbox Release
        • Schedule Pause Time
        • Cost-saving Pause Mode
      • Database
        • PostgreSQL
        • MySQL
        • Redis
        • MongoDB
        • Kafka
        • Milvus
      • Object Storage
      • Advanced
        • Workspace
        • Terminal
        • Cron Job
    • Pricing
    • Billing & Usage
    • Migration
      • Migrate from Docker
      • Migrate from Docker Compose
    • Architecture
      • Devbox Architecture
      • System Architecture
      • User Architecture
    • Legal
      • Privacy Policy
      • Terms and Conditions
      • Data Processing Addendum
    • Changelog
    • Best Practice
    • FAQ
    • More
      • Abuse Complaint
    • Help
  • Blog
Powered by GitBook

Copyright @ 2023-Present CLAWCLOUD. All Rights Reserved.

On this page

Was this helpful?

Export as PDF
  1. ClawCloud Run
  2. Guide
  3. App Launchpad

App Deployment Progress

By displaying Pod Events of Kubernetes (k8s), you can intuitively observe the deployment process of App Launchpad. You can view waring messages during the deployment clearly and update the

PreviousCustom Domain CertificatesNextDevbox

Last updated 4 days ago

Was this helpful?

App Deployment Progress

In App Launchpad, when you press the deploy button located in the top right corner, you are redirected to the application deployment progress page. On this page, the deployment process of the application is intuitively displayed by retrieving native Kubernetes pod events.

If everything is functioning correctly, once the application is deployed, it will automatically redirect to the application details page without any additional actions required.

If an error occurs (for example, an incorrect container image name "nginxx"), you can expand the progress details to read the specific error message. Then click Update button to update the application configuration and attempt redeployment.

App Deployment Progress
Deployment Error