Start Here·Last Verified: 2026-07-14

CLI Installation & Auth

Install the kubeletto binary on your computer and authenticate your session.

The Kubeletto CLI (kubeletto) is a statically compiled Go binary that allows developers to manage services, inject secrets, check builds, stream logs, and diagnose failures right from the terminal.

1. Install Kubeletto

Run the curl script to fetch and install the matching binary for your system architecture:

curl -fsSL https://kubeletto.com/install.sh | sh

2. Authenticate

Authenticate your CLI sessions using either the browser login flow or a headless API token.

Run the login command to start a device code browser authentication flow:

kubeletto login

Verification

To verify your session works and view your tenant identity details, run the whoami command:

Verify whoami
kubeletto whoami
KUBELETTO_COCKPIT // auth-api
Service Status
READY
Auto Scaler (KPA)0 replicas
Requests / s
Was this helpful?