k8s-cilium

Observe and troubleshoot Cilium networking in Kubernetes clusters.

944|179|Updated Mar 23, 2025
One-click install
npx skills add https://github.com/rohitg00/kubectl-mcp-server --skill k8s-cilium
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: k8s-cilium
Source: https://github.com/rohitg00/kubectl-mcp-server/tree/main/kubernetes-skills/claude/k8s-cilium
Command: npx skills add https://github.com/rohitg00/kubectl-mcp-server --skill k8s-cilium

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Kubernetes operators often struggle to gain visibility into Cilium-based networking, causing delays when diagnosing policy issues and connectivity problems. This skill provides a guided set of workflows to observe traffic, validate policies, and troubleshoot networking efficiently.

Core Features & Use Cases

  • Traffic observation: Inspect L2-L7 flow data across namespaces and pods to understand connectivity.
  • Policy troubleshooting: Validate CiliumNetworkPolicy behavior, detect misconfigurations, and reproduce issues.
  • Operational workflows: Reuse built-in tooling references to quickly reproduce incidents and verify fixes.

Quick Start

Use the k8s-cilium skill to begin observing and troubleshooting Cilium networks in your Kubernetes cluster. Quick Start: - Confirm Cilium is installed with cilium_detect_tool() and check status with cilium_status_tool(); - Query active flows with hubble_flows_query_tool() for a given namespace; - List policies with cilium_policies_list_tool(namespace) and inspect details with cilium_policy_get_tool(name, namespace).

Frequently Asked Questions about k8s-cilium

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I troubleshoot Cilium network policy issues in Kubernetes?

To troubleshoot Cilium network policy issues, you can use built-in workflows to list policies with cilium_policies_list_tool and inspect details with cilium_policy_get_tool to detect misconfigurations and validate CiliumNetworkPolicy behavior.

How can I observe Kubernetes pod traffic using Hubble flows?

You can observe Kubernetes pod traffic by querying active L2-L7 flow data across namespaces and pods using the hubble_flows_query_tool, which provides cluster-wide visibility into connectivity.

What do I need to validate CiliumNetworkPolicy behavior in my cluster?

You need access to a Kubernetes cluster with Cilium and Hubble installed, allowing you to detect the installation with cilium_detect_tool and check status with cilium_status_tool before validating policies.

Why does my Cilium network policy block traffic unexpectedly?

Unexpected traffic blocking often stems from CiliumNetworkPolicy misconfigurations; you can reproduce the issue by observing L2-L7 flow data and inspecting policy details to identify the restrictive rule.

What is the best way to gain cluster-wide visibility into Cilium networking?

The best way to gain cluster-wide visibility into Cilium networking is to observe traffic and analyze flow data across Kubernetes workloads using Hubble, validating policies and troubleshooting connectivity efficiently.