Programmatic Endpoints for Creodias Managed Kubernetes
This article lists the region-specific endpoints for interacting with Creodias Managed Kubernetes via the API/CLI, Swagger, and Terraform. All programmatic operations, including creating clusters and node pools, run in a specific cloud region, so you choose the matching endpoint, set and use it consistently across these interfaces.
Regional endpoints
Choose your region first, then use the matching endpoint format for your tool.
WAW4-1
API / CLI (full URL): https://managed-kubernetes.waw4-1.cloudferro.com/api/v1
API Docs (browser): https://managed-kubernetes.waw4-1.cloudferro.com/swagger
Terraform provider endpoint (host:port): managed-kubernetes.waw4-1.cloudferro.com:443
LCJ1-1
API / CLI (full URL): https://managed-kubernetes.lcj1-1.cloudferro.com/api/v1
API Docs (browser): https://managed-kubernetes.lcj1-1.cloudferro.com/swagger
Terraform provider endpoint (host:port): managed-kubernetes.lcj1-1.cloudferro.com:443
Endpoint formats
Use the format required by your tool:
API / CLI: the full URL ending with
/api/v1, followed by the exact API path e.g./clusters.Swagger: the URL ending with
/swagger(open it in your browser).Terraform: the
host:portendpoint ending with:443.
Authentication (tokens)
You need access to this region and a valid token for any tool that makes API calls:
API / CLI endpoint: token required for requests (otherwise you typically get
401 Unauthorized).Terraform provider endpoint: token required (Terraform calls the same API).
Swagger: token is usually not required to open the docs page, but it is required to execute protected requests using Try it out.
To obtain a Managed Kubernetes API token, see: Obtain Creodias Managed Kubernetes API token