Cilium and Hubble network observability for Kubernetes. Use when managing network policies, observing traffic flows, or troubleshooting connectivity with eBPF-based networking.
Manage eBPF-based networking using kubectl-mcp-server's Cilium tools (8 tools).
Use this skill when:
| Priority | Rule | Impact | Tools |
|---|---|---|---|
| 1 | Detect Cilium installation first | CRITICAL | cilium_detect_tool |
| 2 | Check agent status for health | HIGH | cilium_status_tool |
| 3 | Use Hubble for flow debugging | HIGH |
hubble_flows_query_tool| 4 | Start with default deny | MEDIUM | CiliumNetworkPolicy |
| Task | Tool | Example |
|---|---|---|
| Detect Cilium | cilium_detect_tool | cilium_detect_tool() |
| Agent status | cilium_status_tool | cilium_status_tool() |
| List policies | cilium_policies_list_tool | cilium_policies_list_tool(namespace) |
| Query flows | hubble_flows_query_tool | hubble_flows_query_tool(namespace) |
cilium_detect_tool()
cilium_status_tool()
cilium_policies_list_tool(namespace="default")
cilium_policy_get_tool(name="allow-web", namespace="default")
kubectl_apply(manifest="""
apiVersion: cilium.io/v2