Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

W-14455221-rtm-autoscaling #706

Open
wants to merge 9 commits into
base: latest
Choose a base branch
from
13 changes: 12 additions & 1 deletion runtime-manager/modules/ROOT/pages/deployment-strategies.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ For an overview of the Runtime Manager features available with each deployment o
* <<Security Updates>>
* <<Shared Resource Support>>
* <<Troubleshooting>>
* <<Horizontal Autoscaling>>


=== High Availability
Expand Down Expand Up @@ -226,6 +227,16 @@ For an overview of the Runtime Manager features available with each deployment o
|Runtime Fabric | Use Anypoint Monitoring to view information about applications deployed to Runtime Fabric. To obtain the health status of the cluster and components, use Runtime Fabric command-line tools. See xref:runtime-fabric::manage-monitor-applications.adoc[Monitoring Applications Deployed to Runtime Fabric].
|===


=== Horizontal Autoscaling

[%header,cols="15,50,20"]
|===
|Deployment Option | Implementation | More Information
|CloudHub 2.0 | Horizontal autoscaling makes Mule applications deployed to CHloudHub 2.0 responsive to resource usage by automatically scaling up or down replica capacity as needed. In Kubernetes, a Horizontal Pod Autoscaler (HPA) automatically updates a workload resource to automatically match demand. | xref:cloudhub-2::ch2-configure-horizontal-autoscaling.adoc[]
luanamulesoft marked this conversation as resolved.
Show resolved Hide resolved
|Runtime Fabric | Runtime Fabric instances support scaling Mule application deployments by initiating additional replicas in response to the signals configured. In Kubernetes, a Horizontal Pod Autoscaler (HPA) automatically updates a workload resource to automatically match demand. | xref:runtime-fabric::configure-horizontal-autoscaling.adoc[]
luanamulesoft marked this conversation as resolved.
Show resolved Hide resolved
|===

== Security for Hybrid Deployments

image:logo-hybrid-active.png[xref="deployment-strategies.adoc#hybrid-deployments", title="Hybrid"]
Expand Down Expand Up @@ -262,4 +273,4 @@ See xref:mule-runtime::shared-resources.adoc[Shared Resources].
* xref:cloudhub-2::ch2-deploy.adoc[Deploying Apps to CloudHub 2.0]
* xref:cloudhub-2::ch2-features.adoc[Features of CloudHub 2.0]
* xref:deploying-to-your-own-servers.adoc[Deploy to Your Servers]
* xref:runtime-fabric::deploy-index.adoc[Deploy Applications and API Proxies to Runtime Fabric]
* xref:runtime-fabric::deploy-index.adoc[Deploy Applications and API Proxies to Runtime Fabric]