
- A local Cilium CLI binary you install on your workstation. It is used for installing Cilium on a cluster and for higher-level management and checks (for example,
cilium installandcilium status). - One or more Cilium binaries that run inside Cilium agent pod(s) in the cluster. These in-pod tools — commonly
ciliumandcilium-dbg— are focused on in-cluster diagnostics and advanced debugging.
These are distinct tools even though they share the same command name. Use the local CLI for installation and cluster-level checks; use the in-pod binaries for deep debugging and diagnostics inside the cluster.
| Tool | Primary scope | Typical location | Common examples |
|---|---|---|---|
| Local Cilium CLI | Install, upgrade, and basic cluster-level checks | Your workstation / CI runner | cilium install, cilium status |
In-pod cilium / cilium-dbg | Deep diagnostics, runtime troubleshooting | Inside Cilium agent pods (kube-system) | cilium status (in-pod), cilium-dbg help |
cilium or cilium-dbg) for low-level, in-cluster debugging.
Links and references