Applications
Learn how to deploy and manage different types of applications
7 articles
Everything about persistent volumes
Persistent volumes allow your application to store files that persist across deployments and container restarts, essential for user-uploaded content and generated files.
Storage volume resizing
Learn how to resize your persistent storage volumes to accommodate growing data needs.
Understanding application instances
An instance is a running copy of your application, and you can run multiple instances simultaneously to improve availability and handle more traffic. Any instance can be terminated and recreated at any time, so store all important data in databases or persistent volumes rather than relying on files or memory within individual instances.
When changes require redeployment
Learn which configuration changes require a new deployment and which are applied immediately. Understanding this helps you plan updates effectively.
WordPress Applications
Deploy WordPress sites with persistent storage and automatic updates.
Resource management and scaling
Efficiently manage application resources with intelligent scaling controls for instances, workers, and services
Running commands in your application
Learn how to execute one-off commands in your running application instances directly from the application interface