From k8s/config/mapoption, there has two field targetClusterName and kubeconfig, seem like meanning kelemetry can watch multicluster event in one master cluster(controlplane cluster). But i just found the informer only watch targetCluster, the other cluster seem like just for the diff api.So i wanna know how to aggregate multicluster event by kelemetry. I have some guess, please correct me if I am wrong:
- Deploy kelemetry per cluster with in-cluster mode.
- Deploy kelemetry per cluster with out-cluster mode in the controlerplane cluster.