PerfectScale agent skill
Explore how to bring agentic workflows into your Kubernetes optimization process with the PerfectScale agent skill
What is PerfectScale CLI
When to use
Getting started
1
Install the skill from https://github.com/doitintl/perfectscale-cli2
3
pscli auth login --client-id 'YOUR_CLIENT_ID' --client-secret 'YOUR_CLIENT_SECRET' 4
pscli clusters list # List your clusters
pscli workloads list -c prod-a -s waste -r desc -T 10 # Top 10 wasteful workloads
pscli workloads summary -c prod-a # Cost summary for a cluster
pscli workloads export -c prod-a -F workloads.csv # Export to CSVLast updated
Was this helpful?