👥 Access to environments in SaveinCloud PaaS
End users access environments and applications in SaveinCloud's PaaS indirectly or directly, through applications published by developers, clients, or companies.
Requests made by these users are directed to the corresponding application domain and can be processed in two ways:
🌐 Access via Global Resolvers (Shared Load Balancer)
The platform uses several synchronized global resolvers (SLBs) to distribute incoming requests.
- Allows multiple active entry points simultaneously for the environment.
- Ideal for development, staging, or internal use applications.
- There may be impact between different environments, as access is shared.
- More limited bandwidth and restriction on the number of simultaneous connections, which may affect performance during traffic peaks.
✅ Recommended only for non-production environments, where reduced cost and convenience are priorities.

Endpoints are part of the SLB (Shared Load Balancer), so the same rules apply
🌍 Access via Public IP
By attaching a public IP to an environment entry point (such as Load Balancer, application server, or database), access becomes direct:
- Recommended for production environments.
- Reduces interference from other environments.
- Provides higher bandwidth, connection stability, and a dedicated channel for the application.
- Offers additional features, such as:
- Remote debugging
- Remote backups
- Custom CORS policy
- FTP
- Custom SSL
- WebSockets
🚀 Suitable for critical applications that require continuous performance and availability.

🧠 Questions?
Contact SaveinCloud technical support for guidance on best practices for cluster access.