You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by ma...@apache.org on 2014/05/30 10:08:39 UTC

svn commit: r1598486 - /incubator/stratos/site/trunk/content/about/why-apache-stratos.mdtext

Author: madhura
Date: Fri May 30 08:08:38 2014
New Revision: 1598486

URL: http://svn.apache.org/r1598486
Log: (empty)

Modified:
    incubator/stratos/site/trunk/content/about/why-apache-stratos.mdtext

Modified: incubator/stratos/site/trunk/content/about/why-apache-stratos.mdtext
URL: http://svn.apache.org/viewvc/incubator/stratos/site/trunk/content/about/why-apache-stratos.mdtext?rev=1598486&r1=1598485&r2=1598486&view=diff
==============================================================================
--- incubator/stratos/site/trunk/content/about/why-apache-stratos.mdtext (original)
+++ incubator/stratos/site/trunk/content/about/why-apache-stratos.mdtext Fri May 30 08:08:38 2014
@@ -63,6 +63,11 @@ Notice:    Licensed to the Apache Softwa
 <h2>Multi-tenancy</h2>
 <p>Multi-tenancy has different levels of isolations. Almost all PaaS vendors only provide container multi-tenancy like virtual machine, LXC or docker, etc. Yet, this is not scalable for a large deployment scenario that has hundreds, thousands, or millions of tenants.</p>
 <p>Apache Stratos has both container and in-container multi-tenancy capability, making Apache Stratos unique in the PaaS space. With in-container multi-tenancy support, users can have high tenance density, which optimizes resource utilisation by sharing resources, such as CPU and memory across tenants.</p>
-
-
-     
\ No newline at end of file
+<h2>Scalable dynamic load balancing</h2>
+<p>Load balancers play a major role in scaling applications in the cloud. Load balancers distribute incoming traffic into several server nodes, or clusters, or other resources to maximize throughput, minimize response time, and to provide mechanism scale application based on the workload.</p>
+<p>Apache Stratos is capable of provisioning scalable load balancers for any IaaS clouds as well as integrating with any third-party load balancers. This gives more flexibility and extendability while providing more efficient load balancing based on the deployment environment.</p>
+<h2>Apache Stratos load balancing features and benefits</h2>
+<p>Provisioning - Load balancers can spin up dynamically. Based on load balancer as cartridges, Apache Stratos will spin up defined minimum load balancers with the first application subscription. Moreover, it is capable of defining load balancers to spin up in every cloud and region, enabling effective multi-cloud deployment, especially for geo-graphical-based application deployments.</p>
+<p><strong>Flexibility</strong> - Can define service-level dedicated load balancing. Easy to define service-level load balancers via REST API while capable of carrying out load balancing in multiple services with a single load balancer.</p>
+<p><strong>Expandability</strong> - Capability of integrating with any third-party load balancers. With the message broker and topology-based model, itÂ’s easy to integrate load balancers like HAProxy, nginx, AWS ELB, etc. It provides optimized load balancing based on the deployment (e.g. uses AWS ELB on EC2 deployment).</p>
+<img src="/images/v3/digram4.jpg"/> 
\ No newline at end of file