doc-exports/docs/cce/umn/cce_faq_00025.html
Dong, Qiu Jian 03485beee6 CCE UMN for 23.9.0 version -20240123
Reviewed-by: Eotvos, Oliver <oliver.eotvos@t-systems.com>
Co-authored-by: Dong, Qiu Jian <qiujiandong1@huawei.com>
Co-committed-by: Dong, Qiu Jian <qiujiandong1@huawei.com>
2024-03-27 05:38:53 +00:00

1009 B

How Can I Access a Cluster API Server?

You can use either of the following methods to access the cluster API Server:

  • (Recommended) Through the cluster API. This access mode uses certificate authentication. It is suitable for API calls on scale thanks to its direct connection to the API Server. This is a recommended option.
  • API Gateway. This access mode uses token authentication. You need to obtain a toke using your account. This access mode applies to small-scale API calls. API gateway flow control may be triggered when APIs are called on scale.