Overview
Locations show the available geographical locations for each of the following cloud providers:- Amazon Web Services (AWS)
- Google Cloud Platform (GCP)
- Microsoft Azure
If a company is restricted for legal or compliance reasons to only use certain cloud providers, disabling those providers will ensure that workloads will not be deployed to those providers.
Locations
Control Plane can enable any cloud provider location. If a location is not shown, please email [email protected] with the provider and location and it will be provisioned.Custom Locations
CPLN Platform (BYOK) enables you to add new locations by registering your own Kubernetes clusters as locations in the Control Plane platform. For a guide on how to create new BYOK locations and further details, refer to the BYOK documentation.Built-in Tags
Each location has the following built-in tags:cpln/city=VALUEcpln/country=VALUEcpln/continent=VALUE
Public IPs
The list of public IPs for each cloud provider and region can be obtained from the following:- Console UI: The
Locationspage. Select the location to display the IP ranges. - CLI: Using the command cpln location get -o json will list the IPs in the
ipRangesproperty. The output can also be formatted in YAML by using the flag-o yaml-slim. - API: Using the
locationendpoint. View the available endpoints here. TheipRangesproperty will contain the list of SIPs.
Permissions
The permissions below are used to define policies together with one or more of the four principal types:| Permission | Description | Implies |
|---|---|---|
| create | Create new locations | |
| edit | Modify existing locations | view |
| manage | Full access | create, edit, manage, use, view |
| use | Use this location for workload placement | view |
| view | Read-only access |