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

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.

Shipped by

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

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.09feat

    Teams & Departments: Know Who's Spending What

    Group costs by team and department using Kubernetes labels or dashboard assignment. See per-team spend, department rollups, and cost trends.

    Mar 9, 2026

  • v26.02.25feat

    Public API and API Key Management

    Create API keys from Settings, authenticate with a bearer token, and query clusters, costs, and recommendations via REST.

    Feb 25, 2026

  • v26.02.10feat

    Feedback Portal: Public Roadmap and Feature Requests

    See what we're building, vote on what matters to you, and submit feature requests directly. Our roadmap is public now.

    Feb 10, 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