Implement multi-cluster support
Closed this issue · 2 comments
benley commented
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.
benley commented
I think I'll do this by parsing a clusters.json file the same way that the aurora and aurora_admin CLI clients do.