Overview
A location is where a workload runs. Locations come from two places: the built-in cloud regions listed below, and your own hardware registered as a location. Built-in locations are the available geographical locations for cloud providers including:- Amazon Web Services (AWS)
- Google Cloud Platform (GCP)
- Microsoft Azure
- Oracle Cloud Infrastructure (OCI)
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 support@controlplane.com with the provider and location and it will be provisioned.Running in your own data center
Locations are not limited to public cloud regions. A bare-metal server in a data center or colo, on-premises virtual machines, or instances in a private cloud can be registered as a location and deployed to exactly likeaws-us-east-1. Workloads configured for that location are managed by Control Plane and roll out onto your own hardware.
If you already run a Kubernetes cluster, register it with CPLN BYOK. If you have servers but no cluster, the Managed Kubernetes Generic provider turns any Linux server — regardless of vendor — into a cluster worker node first. For the end-to-end walkthrough, see Deploy a Workload to Your Own Hardware.
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 location API endpoints. TheipRangesproperty will contain the list of SIPs.