TKE Serverless cluster adopts the pay-as-you-go billing method. For more information about TKE Serverless cluster billing, please see Billing Overview, Product Pricing, and Purchase Limits.
Container runtime resources and bills depend on the Pod specification configuration. Please note the Pod specification configuration and specific methods supported by TKE Serverless clusters. For more information, please see Resource Specifications and Specifying Resource Specifications.
When created, each Pod is allocated less than 20 GiB of temporary image storage.
Note:
- Temporary image storage will be deleted when the Pod lifecycle ends. Therefore, please do not store important data in it.
- Due to image storage, the actual available storage capacity is less than 20 GiB.
- It is recommended to mount important data and large files to Volume for persistent storage.
Kubernetes v1.14 and earlier versions are not supported.
TKE Serverless clusters do not have nodes. Therefore, some features, which depend on node components such as Kubelet and Kube-proxy, are not supported.
Pods in the TKE Serverless cluster and the CVM have the same security isolation. Pods are scheduled and created on the underlying physical server of Tencent Cloud, and resource isolation between Pods is guaranteed by the virtualization technology during the creation.
Only the kernel parameters starting with "net" can be defined.
You cannot deploy workloads of the DaemonSet type through TKE Serverless cluster.
You cannot deploy services of the NodePort type through TKE Serverless cluster.
In addition, for the ordinary Kubernetes cluster, the Service of ClusterIP type relies on nodes to forward traffic. To make the TKE Serverless cluster compatible with the Service of ClusterIP type, you need to specify another VPC subnet as the cluster's Service CIDR block. Each ClusterIP Service will create a private network CLB in this subnet, which will occupy one IP in the subnet, to forward traffic. Please ensure that the subnet has sufficient available IPs.
TKE Serverless cluster supports the volume of the Hostpath type. For more information, see Instructions for Other Storage Volumes.
TKE Serverless clusters may not necessarily meet your expectations because they don’t have nodes, although TKE Serverless cluster is still compatible with Host-related parameters (such as Hostpath
, Hostnetwork: true
, and DnsPolicy: ClusterFirstWithHostNet
, etc.) in the Pod. For example, you want to use Hostpath to share data, but the two Pods scheduled to the same supernode may be the Hostpath of different hosts. Therefore, we recommend that the tasks you run on the TKE Serverless cluster do not strongly depend on Host-related parameters.
Port 9100 are not available.
Apakah halaman ini membantu?