Applications

Learn how to deploy and manage different types of applications

10 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.

2 min read

offsite-s3-backups

2 min read

Storage volume resizing

Learn how to resize your persistent storage volumes to accommodate growing data needs.

2 min read

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.

4 min read

When changes require redeployment

Learn which configuration changes require a new deployment and which are applied immediately. Understanding this helps you plan updates effectively.

2 min read

WordPress Applications

Deploy WordPress sites with persistent storage and automatic updates.

2 min read

Resource management and scaling

Efficiently manage application resources with intelligent scaling controls for instances, workers, and services

3 min read

Running commands in your application

Learn how to execute one-off commands in your running application instances directly from the application interface

2 min read

Automatic scaling

Automatically adjust your application instances based on real-time load to handle traffic spikes efficiently

3 min read

Network connectivity

Enable secure communication between your applications using team networks.

2 min read