API Access Method
Cloudpods APIs are provided by various backend services respectively. Therefore, to access APIs, the API caller must be able to directly access each service. Each service's API can be accessed through two URL addresses. One is a URL with EndpointType of internal, which can only be accessed within the Kubernetes cluster; the other is a URL with EndpointType of public, which is the Node Port access URL of the host machine hosting the platform service.
There are several deployment options for services calling APIs:
Deployed within Kubernetes Cluster
In this case, the API caller can directly access each service's service cluster IP, so it can access each service's address with EndpointType of internal.