OpenAPI and Swagger UI
OpenAPI
Our OpenAPI specification is made accessible by
the controller
. It is available at the following
URL https://<cluster_fqdn>/<control-plane>/api/v1/controller/openapi
where:
<cluster_fqdn>
is the cluster's FQDN, e.g.eurodat-dev.westeurope.cloudapp.azure.com
<control-plane>
is the name of the desired control plane namespace e.g.control-plane
.
Swagger UI
The Swagger UI of our internal cluster is provided
at https://<cluster_fqdn>/<control-plane>/api/v1/controller/swagger-ui/
with the values <cluster_fqdn>
and control-plane
as above.
Please use k9s to gain a more detailed overview of the clusters.