All Products
Search
Document Center

Container Service for Kubernetes:FAQ about registered clusters

Last Updated:Apr 03, 2024

This topic provides answers to some frequently asked questions about registered clusters.

Are registered clusters free of charge?

Registered clusters are free of charge. However, other relevant cloud resources are billed. For more information, see Overview of registered clusters.

Can I use cloud computing resources to scale out an external cluster that is deployed in a data center?

Yes, you can grant permissions on applications. For more information, see Build a hybrid cloud cluster and add ECS instances to the cluster.

What are the requirements for connecting an external cluster to the cluster registration proxy?

The cluster registration proxy provides a public endpoint and an internal endpoint. For more information about how to enable Internet access for the cluster API server by using an elastic IP address (EIP), see Control public access to the API server of a cluster.

You must register external clusters in the Container Service for Kubernetes (ACK) console by using the internal endpoint in the following scenarios:

Make sure that the external cluster can access the endpoint of the cluster registration proxy through port 5533. For more information, see Functions and features.

Other features, such as cluster management, security management, logs, and monitoring and alerting, do not have requirements on internal network connectivity. However, you must make sure that the external cluster can access the Internet.

Why are the quotas and usage of pods, vCPUs, and memory not displayed on the Nodes page in the console after I connect to a registered cluster?

The registered cluster console uses the metrics-server component provided by ACK to collect node resource quotas and usage information.

The metrics-server component is a resource monitoring tool that ACK develops based on open source Metrics Server. metrics-server collects resource usage metrics for all pods in your cluster and enables the Horizontal Pod Autoscaler (HPA) to work based on the collected metrics. For more information, see metrics-server.

You can install the metrics-server component from the Add-ons page in the ACK console. For more information, see Manage components.

If an open source or third-party metrics-server component is already installed in your cluster, node information may not be displayed due to compatibility issues. In this case, delete the existing metrics-server component and then install the metrics-server component provided by ACK.