Help Center> Cloud Container Engine> FAQs> API & kubectl FAQs> How Can I Access a CCE Cluster?
Updated on 2023-10-27 GMT+08:00

How Can I Access a CCE Cluster?

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.

For details, see Kubernetes APIs.

API & kubectl FAQs FAQs

more