From c866b20f49df69437fccffb99cab537466bcdc0f Mon Sep 17 00:00:00 2001 From: yunxji Date: Fri, 26 Jul 2019 11:05:58 +0800 Subject: [PATCH] Add something about Tencent Cloud (#15298) * Added Tencent Cloud Production Environment Solution * Add an article on how to run kubernetes on Tencent Kubernetes Engine : content/en/docs/setup/production-environment/turnkey/tke.md * Document modifications have been made as recommended by reviewer sftim. Please select this document when merging. * Document optimization * Modify the contents of the document : content/en/docs/setup/production-environment/turnkey/tke.md * Add A What's Next section * Add content: TKE is a Certified Kubernetes product. * Add reviewers and other information. * Delete a space * Change information about reviewers * Remove reviewers. --- content/en/docs/setup/_index.md | 1 + .../production-environment/turnkey/tencent.md | 24 +++++++++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 content/en/docs/setup/production-environment/turnkey/tencent.md diff --git a/content/en/docs/setup/_index.md b/content/en/docs/setup/_index.md index de181eb0b8..6c78498822 100644 --- a/content/en/docs/setup/_index.md +++ b/content/en/docs/setup/_index.md @@ -106,6 +106,7 @@ The following production environment solutions table lists the providers and the | [Supergiant](https://supergiant.io/) | |✔ | | | | | [SUSE](https://www.suse.com/) | | ✔ | | | | | [SysEleven](https://www.syseleven.io/) | ✔ | | | | | +| [Tencent Cloud](https://intl.cloud.tencent.com/) | [Tencent Kubernetes Engine](https://intl.cloud.tencent.com/product/tke) | ✔ | ✔ | | | ✔ | | [VEXXHOST](https://vexxhost.com/) | ✔ | ✔ | | | | | [VMware](https://cloud.vmware.com/) | [VMware Cloud PKS](https://cloud.vmware.com/vmware-cloud-pks) |[VMware Enterprise PKS](https://cloud.vmware.com/vmware-enterprise-pks) | [VMware Enterprise PKS](https://cloud.vmware.com/vmware-enterprise-pks) | [VMware Essential PKS](https://cloud.vmware.com/vmware-essential-pks) | |[VMware Essential PKS](https://cloud.vmware.com/vmware-essential-pks) diff --git a/content/en/docs/setup/production-environment/turnkey/tencent.md b/content/en/docs/setup/production-environment/turnkey/tencent.md new file mode 100644 index 0000000000..5d77c75d5c --- /dev/null +++ b/content/en/docs/setup/production-environment/turnkey/tencent.md @@ -0,0 +1,24 @@ +--- + +title: Running Kubernetes on Tencent Kubernetes Engine +content_template: templates/task + +--- + +## Running Kubernetes on Tencent Kubernetes Engine + +### Tencent Kubernetes Engine + + [Tencent Cloud Tencent Kubernetes Engine (TKE)](https://intl.cloud.tencent.com/product/tke) provides native Kubernetes container management services. You can deploy and manage a Kubernetes cluster with TKE in just a few steps. For detailed directions, see [Deploy Tencent Kubernetes Engine](https://intl.cloud.tencent.com/document/product/457/11741). + + TKE is a [Certified Kubernetes product](https://www.cncf.io/certification/software-conformance/).It is fully compatible with the native Kubernetes API. + +### Custom Deployment + + The core of Tencent Kubernetes Engine is open source and available [on GitHub](https://github.com/TencentCloud/tencentcloud-cloud-controller-manager/). + + When using TKE to create a Kubernetes cluster, you can choose managed mode or independent deployment mode. In addition, you can customize the deployment as needed; for example, you can choose an existing Cloud Virtual Machine instance for cluster creation or enable Kube-proxy in IPVS mode. + +### What's Next + + To learn more, see the [TKE documentation](https://intl.cloud.tencent.com/document/product/457). \ No newline at end of file