Skip to content

Commit 8e2ca9b

Browse files
Merge pull request #9395 from Infra-Red/feature/k8s-ranges
Add Kubernetes nodes internal IPs
2 parents ed55b15 + 80f2fba commit 8e2ca9b

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

content/en/docs/deployment/mendix-cloud-deploy/mendix-ip-addresses.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,18 @@ key can be used in a policy to allow principals (Mendix apps and end-users) to m
6464

6565
If you apply IP restrictions to your AWS IAM user or role, you must ensure that the following IP ranges for API requests are allowed in your policy:
6666

67+
For Mendix apps deployed to the Cloud Foundry infrastructure:
6768
* `10.10.128.0/21`
6869
* `10.10.136.0/21`
6970
* `10.10.144.0/21`
7071

72+
For Mendix apps deployed to the Kubernetes infrastructure:
73+
* `10.11.64.0/18`
74+
* `10.11.128.0/18`
75+
* `10.11.192.0/18`
76+
77+
To find whether your app uses Kubernetes or Cloud Foundry, go to [Apps](https://sprintr.home.mendix.com/link/myapps) and check the **Infrastructure** label for your environment.
78+
7179
### Global Platform {#global-platform-ips}
7280

7381
Some services running on our global platform infrastructure (such as the PDF Document Generation service) use a fixed set of inbound and outbound IP addresses. If you use these services and you apply IP restrictions to your app, you must ensure that the IP addresses listed below are allowed in your policy.

0 commit comments

Comments
 (0)