User Guide

Learn how to use flux9s to monitor and manage Flux resources

Use these keyboard shortcuts to navigate flux9s:

KeyAction
j / kNavigate up/down
EnterView resource details
yView resource YAML
tTrace ownership chain
EscGo back / Quit
/Filter resources by name
:Command mode (e.g., :kustomization, :gitrepository)
TabAutocomplete command
?Show/hide help

Commands

Type these commands in command mode (press :):

CommandDescription
:ctx <name>Switch to a different Kubernetes context
:ctxList all available Kubernetes contexts
:ns <namespace>Switch to a specific namespace
:ns allView all namespaces
:allShow all resources
:skin <name>Change theme/skin
:readonlyToggle readonly mode
:helpShow/hide help
:q or :q!Quit application

Operations

Perform actions on selected resources:

KeyOperationValid For
sSuspend reconciliationAll Flux resources
rResume reconciliationAll Flux resources
RReconcile resourceAll Flux resources
WReconcile with sourceKustomization, HelmRelease
dDelete resourceAll Flux resources (with confirmation)

Terminal Commands

Configure flux9s from the command line:

# Show all config options
flux9s config --help

# Set a configuration value
flux9s config set {KEY} {VALUE}

# Set a skin for readonly mode
flux9s config set ui.skinReadOnly rose-pine

# Import and set a skin
flux9s config skins set navy.yaml

Screenshots

Main View

flux9s screenshot

The main resource view showing all Flux resources in your cluster.

Trace View

flux9s trace

Visualize resource relationships and ownership chains.

Filter View

flux9s filter

Quickly find resources by name using the filter feature.