Bastion API

Warning

This API is actually in beta. Its interface is likely to change.

The bastion API is a cluster management API and a proxy to to the cluster-API

Cluster proxy

Any call that needs to go to a cluster can pass through the bastion API.

Any URI starting with /v1/cluster/[cluster id]/[service]/v1/ is forwarded to the cluster api.

The local cluster created with bastion is available under the name local.

For example, to get the links provided by the cluster-api service through the bastion API on the local cluster, you should use /v1/proxy/local/cluster-api/v1/links