docs-tidb-operator
docs-tidb-operator copied to clipboard
Question about multi-K8s deployment document
File: /master/en/deploy-tidb-cluster-across-multiple-kubernetes.md I think "Deploy new TiDB clusters that enable this feature on other Kubernetes clusters and join the initial TiDB cluster." may not be correct. I guess it is "Deploy new TiDB nodes that enable this feature on other Kubernetes clusters and join an existing TiDB cluster."
in this doc, there has two different word:
- TiDB cluster: in TiDB's view a whole TiDB cluster
- TidbCluster: the CR of operator, in operator's view it's some managered TiDB cluster's pods, which can be a whole TiDB cluster, or part of it.
so I guess it is "Deploy new TidbCluster that enable this feature on other Kubernetes clusters and join the initial TidbCluster."