
- 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.
Examples of common commands
Local machine (installer / management CLI)
cilium or cilium-dbg) for low-level, in-cluster debugging.
Links and references