rpk redpanda

Interact with a local Redpanda process.

Usage

rpk redpanda [flags]

Subcommands

Command Description

rpk redpanda admin

Talk to the Redpanda admin listener.

rpk redpanda check

Check if system meets Redpanda requirements.

rpk redpanda config

Edit configuration.

rpk redpanda mode

Enable a default configuration mode This command allows you to set one of the following modes: Development, Production, or Recovery. PRODUCTION * Enforces optimal runtime checks.

rpk redpanda start

Start redpanda.

rpk redpanda stop

Stop a local Redpanda process. rpk stop first sends SIGINT, and waits for the specified timeout.

rpk redpanda tune

Sets the OS parameters to tune system performance. Available tuners: * all.

Global flags

Value Type Description

--config

string

Redpanda or rpk config file; default search paths are ~/.config/rpk/rpk.yaml, $PWD/redpanda.yaml, and /etc/redpanda/redpanda.yaml.

-X, --config-opt

stringArray

Override rpk configuration settings; -X help for detail or -X list for terser detail.

--ignore-profile

bool

Ignore rpk.yaml and redpanda.yaml; use default settings.

--profile

string

rpk profile to use.

-v, --verbose

bool

Enable verbose logging.