Applications

Learn how to deploy and manage different types of applications

12 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 application instance is one running container of your app. Scale horizontally to add instances, vertically to add CPU/RAM per instance. Sizing guide inside.

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

Health check path

Learn what the health check path does, why it matters, and how to configure it for your application type.

4 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

Configure automatic horizontal scaling on Ploi Cloud: set min/max replicas, queue-depth thresholds. PHP-FPM scales on request load, not just CPU.

3 min read

Network connectivity

Enable secure communication between your applications using team networks.

2 min read

Scheduled deletion

Schedule applications for automatic, permanent deletion. Useful for preview environments and short-lived test apps that should clean themselves up.

4 min read