Startx Collector (sxcollector)
The sxcollector command line can interact with a kubernetes or openshift cluster and allow operations
to collect various cluster informations and extract them into reports to enable rgular analysis.
Getting started
- Install the
sxcollectorbinary - Test it with
sxcollector versionsubcommand - Log into a kubernetes cluster
kubectl set-context ...or an openshit cluster withoc login ... - using the
sxcollectorbinary and all it’s subcommands :- cluster-sub : Get the full list of subscriptions (Openshift)
- node-state : Get the state of the cluster nodes (Kubernetes)
- node-info : Get the detailled info of the cluster nodes (Kubernetes)
- node-conso : Get the detailled consumptions of the cluster nodes (Openshift)
- node-ns-conso : Get the detailled consumptions of the cluster nodes and namespaces (Openshift)
- node-billing : Get the detailled informations for the billing of the cluster (Openshift)
- ns-state : Get the state of the cluster namespaces (Kubernetes)
- ns-info : Get the detailled info of the cluster namespaces (Kubernetes)
- ns-conso : Get the detailled consumptions of the cluster namespaces (Openshift)
- ns-deep : Get the detailled consumptions of kinds for each cluster namespaces (Kubernetes)