Kubeadapt
How it Works
Book a demoSign inStart free
Start free
All releases
v26.03.14feat
Mar 14, 2026(6mo ago)

Shipped by

  • Ugurcan CaykaraUgurcan Caykara
  • cli
  • developer-experience
  • new-feature

kubeadapt-cli: Your Cluster Costs from the Terminal

A new CLI tool to query clusters, costs, recommendations, and workloads directly from your terminal. Install via Homebrew or grab the binary. Supports table, JSON, and YAML output.

Why a CLI

Dashboards are great for exploration. But when you're in the terminal, switching to a browser to check cluster costs breaks your flow.

kubeadapt talks directly to the Kubeadapt API. Authenticate once, then query clusters, nodes, workloads, costs, and recommendations without leaving your terminal. See the CLI documentation for the full reference.

Install

bash
# Homebrew
brew install kubeadapt/tap/kubeadapt-cli

# Binary (GitHub Releases)
# Download from github.com/kubeadapt/kubeadapt-cli/releases

Authenticate

bash
kubeadapt auth login
kubeadapt auth status

You need an API key to authenticate. Create one from Settings > API Keys in the dashboard.

<!-- callout:tip -->

What you can do

Clusters and infrastructure

bash
1kubeadapt get clusters              # All connected clusters
2kubeadapt get cluster my-prod       # Cluster detail
3kubeadapt get nodes -c my-prod      # Node inventory
4kubeadapt get node-groups -c my-prod # Node group breakdown
5kubeadapt get namespaces -c my-prod # Namespace list
6kubeadapt get pvs -c my-prod       # Persistent volumes

Workloads and recommendations

bash
kubeadapt get workloads -c my-prod         # All workloads with resource usage
kubeadapt get recommendations -c my-prod   # Right-sizing suggestions

Cost queries

bash
kubeadapt get overview                    # Cross-cluster cost summary
kubeadapt get dashboard                   # Key metrics at a glance
kubeadapt get costs teams -c my-prod      # Cost by team
kubeadapt get costs departments -c my-prod # Cost by department

Output formats

Every command supports --output (-o):

bash
kubeadapt get clusters -o json    # JSON (pipe to jq, feed into scripts)
kubeadapt get clusters -o yaml    # YAML
kubeadapt get clusters -o table   # Styled table (default)

Debugging

Pass --verbose to see API endpoints, request timing, and status codes:

bash
kubeadapt get clusters --verbose
Newer release
v26.03.16featMar 16, 2026
Automatic Updates for the Kubeadapt AgentA sidecar that checks for safe chart versions, runs version upgrades, and reports the result back to the dashboard.
Older release
v26.03.10improveMar 10, 2026
Introducing kubeadapt-agent: Lightweight Kubernetes Metrics Collector, Rebuilt from ScratchThe original agent is now deprecated. kubeadapt-agent drops every heavyweight dependency, needs only metrics-server, and auto-discovers GPU workloads with a single Deployment.

More releases

See all
  • v26.03.20feat

    Smart Alerting: Catch Cost Issues Before They Hit the Bill

    Rules, channels, and notification policies that watch your spend and page you when something drifts. Self-learning cost-spike baselines, AI incident explanations, and noise control built in.

    Mar 20, 2026

  • v26.03.19feat

    Kubeadapt AI: Helpful Analysis, Without Sending Your Data to an LLM

    Kubeadapt now adds AI analysis right where it can help — explaining incidents, surfacing context, and pointing to next steps. It's free, on by default, and your utilization metrics never leave your workspace.

    Mar 19, 2026

  • v26.03.17feat

    Cost Attribution Rules: Assign New Workloads Automatically

    Stop hand-assigning every new workload, namespace, and volume. Define rules once and Cost Attribution routes new entities to the right team or department the moment they show up.

    Mar 17, 2026

Kubeadapt

Kubernetes FinOps platform. Cost visibility, rightsizing, and capacity planning that pays for itself in 30 days.

Product

  • Cost Monitoring
  • Cost Attribution
  • Workload Rightsizing
  • Recommendations
  • Smart Alerting
  • Best Practices
  • Network Cross-AZ

Resources

  • Documentation
  • Status Page
  • Feature Requests

Company

  • About Us
  • Security
  • Careers
  • Contact

© 2026 Kubeadapt. All rights reserved.

PrivacyTermsSecurity