diff --git a/_data/cloudservices.yml b/_data/cloudservices.yml index 63a8e360..3415907b 100644 --- a/_data/cloudservices.yml +++ b/_data/cloudservices.yml @@ -36,6 +36,10 @@ services: - name: ref: icon: none.png + - tencent: + - name: Tencent Web Hosting + ref: https://intl.cloud.tencent.com/ + icon: TencentCloud.png - category: Compute categoryurl: subcategory: Virtual Server diff --git a/_data/tencent.yaml b/_data/tencent.yaml new file mode 100644 index 00000000..b4654fa7 --- /dev/null +++ b/_data/tencent.yaml @@ -0,0 +1,26 @@ +name: Tencent Cloud +services: + - category: Compute + name: CVM (Cloud Virtual Machine) + description: Elastic compute service similar to AWS EC2 + website: https://intl.cloud.tencent.com/product/cvm + + - category: Storage + name: COS (Cloud Object Storage) + description: Object storage similar to AWS S3 + website: https://intl.cloud.tencent.com/product/cos + + - category: Networking + name: CLB (Cloud Load Balancer) + description: Layer 4/7 load balancing service + website: https://intl.cloud.tencent.com/product/clb + + - category: Kubernetes + name: TKE (Tencent Kubernetes Engine) + description: Managed Kubernetes service + website: https://intl.cloud.tencent.com/product/tke + + - category: Database + name: TDSQL-C for PostgreSQL + description: Distributed relational database (PostgreSQL-compatible) + website: https://intl.cloud.tencent.com/product/tdsqlc