Load balancing at a flat rate you can memorise
AWS bills its ALB by the hour plus LCUs — a unit you can't predict until the invoice arrives. Ours is a flat monthly price: HAProxy-backed, SSL offload, health checks, sticky sessions, static VIP. From ₹999/mo.
flat, no LCUsSSl offload + SNIAlgorithms rr · leastconn · sourceChecks TCP / HTTPVIP static IPv4The features you actually configure at 6 p.m. on launch day
Three balancing algorithms
Round-robin for uniform backends, least-connections for mixed workloads, source-IP for session-bound legacy apps. Switch per rule, live.
SSL offload with SNI
Terminate TLS at the balancer with multiple certificates per VIP. Backends stay plain HTTP on the private network; your CPUs stay on application work.
Health checks that eject fast
TCP or HTTP probes with tunable intervals and thresholds. Unhealthy backends leave rotation in seconds and rejoin automatically when they recover.
Sticky sessions, three ways
LB-issued cookie, application cookie, or source-IP persistence — pick per rule for apps that keep session state on the node.
Autoscaling hook
Attach an autoscale group: set min/max instances and a CPU threshold, and the platform adds or removes backends and updates the pool for you.
Static VIP + live metrics
One IPv4 that never changes under DDoS-filtered transit, with per-rule connection and traffic graphs in the console.
HAProxy on redundant virtual routers
Rules configure HAProxy on CloudStack virtual routers — Dedicated HA runs an active-passive pair with sub-second VIP failover. Stickiness maps to LbCookie, AppCookie and SourceBased policies; autoscaling uses CloudStack autoscale VM groups.
- TCP and HTTP(S) modes, WebSocket-friendly timeouts
- Certificate upload with full-chain validation, per-SNI routing
- Backend pools managed by API, console or Terraform
- Failover pair in Dedicated HA — maintenance without a maintenance window
- VIP and backends both live in India
