benley/aurora-jobhopper

Implement multi-cluster support

Closed this issue · 2 comments

Right now jobhopper assumes that cluster namespacing is handled via DNS (with something like a *.clustername.subdomain.example.com CNAME), but there's no reason why jobhopper couldn't also handle it correctly.

I think I'll do this by parsing a clusters.json file the same way that the aurora and aurora_admin CLI clients do.

Done via 9f484fe