canary-checker icon indicating copy to clipboard operation
canary-checker copied to clipboard

Clusters federation

Open kubebn opened this issue 1 year ago • 2 comments
trafficstars

Would ve been nice to have clusters federations so 1 Canary-checker and UI can be used for multiple clusters.

kubebn avatar Apr 12 '24 09:04 kubebn

There are a couple of ways to achieve this

  1. If you are using kubernetes checks, you can specify a kubeconfig to query other clusters.
  2. Create an http check that hits the API endpoints and transforms the results into individual checks.
  3. Use mission control (https://docs.flanksource.com/) which supports agent connections so you can install canary-checker in mulltiple clusters and push the results into a centralised instance

moshloop avatar Apr 18 '24 09:04 moshloop

I think option 1 would be the easiest, and would nice if we could specify kubeconfig for the whole Canary object.

kubebn avatar Apr 18 '24 09:04 kubebn