From 003b84fe4f276c77ea31517490a6311cc52c30e6 Mon Sep 17 00:00:00 2001 From: TomShawn <41534398+TomShawn@users.noreply.github.com> Date: Wed, 22 Jul 2020 20:20:45 +0800 Subject: [PATCH] cherry pick #3374 to release-2.1 Signed-off-by: ti-srebot --- faq/tidb-faq.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/faq/tidb-faq.md b/faq/tidb-faq.md index e519267f43a9d..43af24e9ee9f5 100644 --- a/faq/tidb-faq.md +++ b/faq/tidb-faq.md @@ -1107,6 +1107,16 @@ The `QPS` statistics is about all the SQL statements, including `use database`, The `Statement OPS` statistics is only about applications related SQL statements, including `select`, `update` and `insert`, therefore the `Statement OPS` statistics matches the applications better. +## Deployment on the cloud + +### Public cloud + +#### What cloud vendors are currently supported by TiDB? + +TiDB supports deployment on [Google GKE](https://docs.pingcap.com/tidb-in-kubernetes/stable/deploy-on-gcp-gke), [AWS EKS](https://docs.pingcap.com/tidb-in-kubernetes/stable/deploy-on-aws-eks) and [Alibaba Cloud ACK](https://docs.pingcap.com/tidb-in-kubernetes/stable/deploy-on-alibaba-cloud). + +In addition, TiDB is currently available on JD Cloud and UCloud, and has the first-level database entries on them. + ## Troubleshoot ### TiDB custom error messages