Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add list commands for datacenter and clusters #67

Open
burmanm opened this issue Nov 12, 2024 · 0 comments
Open

Add list commands for datacenter and clusters #67

burmanm opened this issue Nov 12, 2024 · 0 comments

Comments

@burmanm
Copy link
Collaborator

burmanm commented Nov 12, 2024

To provide a better experience than "kubectl get cassdc", "kubectl get k8ssandracluster", there should be a method to list all the available clusters and datacenters in the target Kubernetes cluster.

This could take something in the form of:

cluster1
  dc1                   <data-plane>            <up/down>
    r1                  <zone>                  <up/down>
    r2                  <zone>                  <up/down>

As well as other info we find relevant. up/down in this case the amount of pods up and down. (or up/total).

With -wide option, perhaps we could even list a status of individual pods also, thus replacing the need for "kubectl get pods".

┆Issue is synchronized with this Jira Task by Unito
┆Issue Number: K8CL-2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant