What problem does it solve?
Operates a Redpanda cluster from the command line using the rpk cluster command group — the CLI front-end to the Admin API. Covers health checks, cluster metadata, broker management, cluster configuration, partition balancing and movement, maintenance mode, client quotas, log directories, transactions, self-test benchmarks, and license management. Use when: checking cluster health or metadata, listing or decommissioning brokers, getting or setting cluster configuration properties, balancing or moving partitions, enabling or disabling maintenance mode on a node, managing client quotas, viewing log dirs, running cluster self-tests, or managing the Redpanda license from the CLI. Also use when asked about rpk cluster health, rpk cluster info, rpk cluster brokers, rpk cluster config get/set/edit/import/export/lint/status, rpk cluster partitions list/balance/move/move-cancel/move-status, rpk cluster maintenance enable/disable/status, rpk cluster quotas alter/describe/import, rpk cluster logdirs describe, rpk cluster quotas, and rpk cluster self-test — all things.
Core Features & Use Cases
- Health checks for cluster status and per-node readiness.
- Broker management tasks including info, decommission, and recommission workflows.
- Cluster configuration exploration and modification (get/set/edit/list/export/import/lint/status).
- Partitions balancing, movement, and balancer status for load distribution.
- Maintenance mode orchestration and rolling upgrade planning.
- Quotas, logdirs, and self-test workflows for operational health and governance.
- Enterprise licensing checks and feature gating via the Admin API.
Quick Start
Install the skill and run a quick health check of your Redpanda cluster using rpk cluster health.