Skip to content

Commit 253a309

Browse files
Merge pull request #10242 from pommi/mendix-cloud-behaviour-on-kubernetes
feat: behaviour differences when moving to Public Cloud Kubernetes
2 parents 9438496 + 355817d commit 253a309

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

content/en/docs/deployment/mendix-cloud-deploy/behavior-of-app.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,11 @@ Apps running in Mendix Cloud are subject to certain limitations. These behaviors
5858
Therefore, do not assume that an established WebSocket connection will remain open indefinitely. To ensure connection stability and prevent unexpected disconnections:
5959
* Enable periodic keepalive checks (for example, every 25–30 seconds). This ensures the connection remains active and prevents Network Address Translators (NATs) and firewalls from dropping long-idle tunnels.
6060
* Implement robust reconnection logic to gracefully handle connectivity loss and automatically reestablish dropped connections.
61+
62+
## Move to Kubernetes
63+
64+
* Only [supported Mendix versions](https://docs.mendix.com/releasenotes/studio-pro/lts-mts/) are able to move to Kubernetes.
65+
* The platform configures `CF_INSTANCE_INDEX=0` for 1 of the instances to define a leader instance and to make [Community Commons](/appstore/modules/community-commons-function-library/) function `GetCFInstanceIndex` partially backwards compatible. The leader instance will return `0`. All follower instances will return `-1`. We advise to stop using function `GetCFInstanceIndex` as it is Cloud Foundry specific.
66+
* If your model is using the [SAML module](https://marketplace.mendix.com/link/component/1174), these versions are compatible with Kubernetes:
67+
* Mendix 9 – Version 3.6.19 and higher.
68+
* Mendix 10 – Version 4.1.0 and higher.

0 commit comments

Comments
 (0)