The idea of this project is build a tool that connect to the main cli tools for SRE
- Kubernetes
For get all deployments for all your clusters
sre-cli kube deployments
For get all pods for all your clusters
sre-cli kube pods
In both cases you can use -A for all namespaces or -n {namespace} for select a namespace