You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CloudHub 2.0 supports Mule runtime engine versions 4.3.x and later.
15
15
Mule 3.x is not supported.
16
16
// end::supportedMule[]
17
+
18
+
//tag::softDelete[]
19
+
Runtime Manager doesn't support deploying an application to CloudHub 2.0 or Runtime Fabric if the asset was previously xref:exchange::to-delete-asset.adoc[soft-deleted] in Exchange.
| Asia Pacific (Tokyo) |jpn-e1| `cloudhub-ap-northeast-1` | `myapp-uniq-id.jpn-e1.jp1.cloudhub.io` | `Cloudhub-AP-Northeast-1`
159
161
|===
160
162
161
163
For example, if you deploy an application named `myapp` to Canada (Central), the domain used to access the application is `myapp-_uniq-id_._shard_.can-c1.cloudhub.io`.
@@ -258,7 +260,7 @@ The monitoring script exits and the application is left unchanged until you manu
258
260
////
259
261
260
262
The logs report the details of the restart procedure.
261
-
You can also receive alerts and diagnostic information if your application becomes unresponsive.
263
+
You can also receive alerts and diagnostic information if your application becomes unresponsive. For more information, see xref:ch2-config-app-alerts.adoc[].
Copy file name to clipboardExpand all lines: cloudhub-2/modules/ROOT/pages/ch2-clustering.adoc
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,6 +47,8 @@ If the entire application is updated or redeploying while the batch is running,
47
47
The main solution for persistent batch jobs in CloudHub 2.0 is to use
48
48
xref:object-store::index.adoc[].
49
49
50
+
In Kubernetes, a Horizontal Pod Autoscaler (HPA) automatically updates a workload resource to scale the workload to match demand. Horizontal scaling automatically deploys more pods as a response to an increased load. As a result of these regular autoscaling operations, an application can be changed to a new replica without user action.
51
+
50
52
== Enable Clustering Features
51
53
52
54
You can enable and disable either or both features of clustering in one of two ways:
Copy file name to clipboardExpand all lines: cloudhub-2/modules/ROOT/pages/ch2-comparison.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ CloudHub 2.0 does not support the following infrastructure features or functions
50
50
51
51
CloudHub 2.0 application behavior deviates from CloudHub 1.0 in the following ways:
52
52
53
-
* Only Mule 4.3.0 through 4.6.x are supported.
53
+
* Only Mule 4.3.0 and later versions are supported.
54
54
* Application bursting depends on the resource usage of other applications that are deployed in the private space and is not guaranteed.
55
55
* Secure application properties are stored in encrypted, private vaults and cannot be viewed directly by users or MuleSoft staff after they are created. Secure properties are accessible only by the application itself. You can overwrite the properties to new values at any time.
56
56
* Use xref:mq::index.adoc[Anypoint MQ] for persistent queues and other queue management. Persistent queues are not supported.
0 commit comments