📄️ Shared Load Balancer
The platform utilizes several Shared Load Balancer (SLB) infrastructure components to process all incoming requests (except direct connections via public IP) sent to the hosted environments. SLB is an NGINX proxy server that connects the client-side (browser, for example) and your applications deployed to the platform.
📄️ Public IP
The platform provides users with Shared Load Balancer (SLB) as a default single entry point for all of the hosted applications, located on the hardware nodes. However, for the production environments, it is recommended receiving and processing the requests via Public IP address(es) that form a direct connection between the Internet and a specific container. Compared to the access over SLB, such approach ensures more secure and effective interaction.
📄️ Multiple Public IP
The platform supports assigning multiple public IP addresses (of both IPv4 and IPv6 revisions) to a single container.
📄️ Container Firewall
The platform Container Firewall feature provides a possibility to control your nodes availability both from inside and outside of the PaaS. It analyzes various parameters (e.g. incoming request source, protocol, target node port, etc.) to flexibly manage access to your containers through setting the necessary connection rules.
📄️ Endpoints
The Endpoints feature at the platform refers to the possibility of TCP/UDP ports mapping via the Shared Load Balancer, which is intended to simplify the instances' collaboration with third-party tools and resources.
📄️ Http3 Support
HTTP/3 (formerly known as “HTTP over QUIC") is the to-become third major version of the Hypertext Transfer Protocol family.