Skip to content
Latchkey

cilium status: Check CNI and Mesh Health

cilium status (from the cilium-cli) summarizes the health of the Cilium DaemonSet, operator, Hubble, and cluster mesh in one view.

After installing or upgrading Cilium, status is the first gate: every component should be OK and every agent pod ready before workloads roll.

What it does

cilium status queries the Cilium components in the cluster and prints a rollup: the agent DaemonSet, the operator Deployment, Hubble Relay, and whether cluster mesh is enabled, with counts of ready versus desired pods and any errors or warnings each reports.

Common usage

Terminal
cilium status
# block until everything is ready (CI gate)
cilium status --wait
# limit how long to wait
cilium status --wait --wait-duration 5m

Options

FlagWhat it does
--waitWait until all components are ready
--wait-duration <dur>Maximum time to wait
-o jsonMachine-readable output
-n, --namespace <ns>Namespace Cilium is installed in (default kube-system)

In CI

Use cilium status --wait right after install or upgrade so the pipeline blocks until the DaemonSet is fully ready, then proceeds. Without --wait you can race ahead of a rollout that is still converging.

Common errors in CI

"Error: Unable to determine status: ... no Cilium pods found" means Cilium is not installed or is in another namespace; pass -n. Component lines marked "1 errors" expand to the underlying reason (image pull, config). "context deadline exceeded" from --wait means the rollout did not finish in time, often a node that cannot schedule the agent.

Related guides

Run this faster and cheaper on Latchkey managed runners. Start free →