orca-k8s-connector-troubleshoot

orca-k8s-connector-troubleshoot is a skill for Claude Code from orcasecurity/orca-skills. It costs 92 tokens per session (7,742 once invoked), scanned A, original, MIT.

A troubleshooting guide for Orca’s Kubernetes Connector, a Helm-installed component that opens a read-only outbound tunnel from your Kubernetes cluster to Orca. It uses cluster status, resource descriptions, and pod logs to diagnose installation and connection problems.

In plain words
What is it for?
Diagnosing why the Orca connector will not install, connect, or stay connected, and following step-by-step fixes based on Helm output, kubectl details, and pod logs.
Why use it?
It helps explain failures from information already available in Kubernetes commands and logs, before involving a support team. It also distinguishes tunnel-related network behaviour from unrelated errors.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the orca-skills plugin — 19 skills shipped together

Good fit Diagnosing why the Orca connector will not install, connect, or stay connected, and following step-by-step fixes based on Helm output, kubectl details, and pod logs.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/orcasecurity/orca-skills/orca-k8s-connector-troubleshoot
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add orcasecurity/orca-skills --skill orca-k8s-connector-troubleshoot
Clone the repo
git clone --depth 1 https://github.com/orcasecurity/orca-skills

Made for: Claude Code.

Or install orca-skills, the plugin that ships this one along with the rest of its 19 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for orca-k8s-connector-troubleshoot

README.md
[![agentmods](https://agentmods.dev/badge/skills/orcasecurity/orca-skills/orca-k8s-connector-troubleshoot/github.svg)](https://agentmods.dev/skills/orcasecurity/orca-skills/orca-k8s-connector-troubleshoot)
Your own site
<a href="https://agentmods.dev/skills/orcasecurity/orca-skills/orca-k8s-connector-troubleshoot"><img src="https://agentmods.dev/badge/skills/orcasecurity/orca-skills/orca-k8s-connector-troubleshoot/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for orca-k8s-connector-troubleshoot

Your own site · 80×15
<a href="https://agentmods.dev/skills/orcasecurity/orca-skills/orca-k8s-connector-troubleshoot"><img src="https://agentmods.dev/badge/skills/orcasecurity/orca-skills/orca-k8s-connector-troubleshoot.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 92 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 7,742 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 5 findings, up to high

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • high Tool Misuse · line 96
    Tool parameters are crafted to achieve unintended or unsafe behavior. Parameter abuse can bypass intended safety checks (e.g. shell=True, --force, dangerous glob patterns).
    Fix: Validate all tool parameters against an allowlist. Reject dangerous parameter values (shell=True, --force, -rf /) and use safe defaults.
  • high Privilege Escalation · line 109
    Code accesses credential files (SSH keys, AWS credentials, etc.). This could indicate credential theft attempts.
    Fix: Remove references to credential paths. Use environment variables or secrets managers. For docs, use placeholder paths (e.g., /path/to/config). Never load .env or token files in production code paths.
  • high Privilege Escalation · line 143
    Code accesses credential files (SSH keys, AWS credentials, etc.). This could indicate credential theft attempts.
    Fix: Remove references to credential paths. Use environment variables or secrets managers. For docs, use placeholder paths (e.g., /path/to/config). Never load .env or token files in production code paths.
  • high Tool Misuse · line 193
    Tool parameters are crafted to achieve unintended or unsafe behavior. Parameter abuse can bypass intended safety checks (e.g. shell=True, --force, dangerous glob patterns).
    Fix: Validate all tool parameters against an allowlist. Reject dangerous parameter values (shell=True, --force, -rf /) and use safe defaults.
  • medium Excessive Agency · line 346
    Skill allows unbounded resource consumption (API calls, storage, compute). Without rate limits or quotas, a compromised or misbehaving agent can cause denial-of-service or cost overruns.
    Fix: Set explicit rate limits, timeouts, and resource quotas for API calls, file operations, and compute. Implement circuit breakers for runaway loops.
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00092 $0.07742
Opus 5 $0.00046 $0.03871
Sonnet 5 $0.00018 $0.01548
Haiku 4.5 $0.00009 $0.00774

Measured 12d ago against content hash f7e325f557e4, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

orca-k8s-connector-troubleshoot scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

2. The tunnel-client image has no `curl` built in — test from a throwaway debug pod instead: `kubectl run tmp-curl --rm -it --image=curlimages/curl -n <namespace> -- curl -v https://<tunnelAddr>:443`.
skills/orca-k8s-connector-troubleshoot/SKILL.md · 348 lines

How it starts

The opening of the file, as written. The whole thing — 348 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Orca Kubernetes Connector Troubleshooting Skill

Answers: "Why isn't my Kubernetes Connector installing or connecting, and how do I fix it myself before opening a support ticket?"

Background

The Kubernetes Connector (aka K8s Tunnel Client, Helm chart orca-tunnel, image k8s-tunnel-client) runs entirely on the customer's own cluster. It opens a read-only outbound tunnel (built on frp) back to Orca so private and self-managed clusters can be scanned without exposing the cluster's API server to Orca. Because it runs on customer infrastructure, failures are invisible to Orca until the customer reports them. Most of what's covered here can be self-diagnosed from helm status, kubectl describe, and pod logs alone — that's the point of this skill.

Quick glossary (so the categories below don't have to re-explain these every time):

Term Means
frp The open-source reverse-proxy library the tunnel is built on. TCP only — if a firewall log shows UDP traffic, that's unrelated noise, not the tunnel.
Tunnel target Orca's server-side record of a specific cluster's tunnel. Can go stale (survive after the customer uninstalls the chart) and is only cleanable by Orca support/on-call.
tunnelId / tunnelToken The credential pair from Orca's cluster-onboarding screen. Unique per cluster — never reuse one from a different cluster.
cloudVendorId The cloud-vendor-specific cluster identifier (format varies by vendor — see the Connecting Clusters doc). The single most common typo source in install commands.
SCC OpenShift's Security Context Constraint — its equivalent of a PodSecurityPolicy.

Usage

/orca-k8s-connector-troubleshoot <paste error, helm status, kubectl describe, or pod logs output>

Or natural language:

  • "the k8s connector pod is stuck in ImagePullBackOff"
  • "helm install for orca-tunnel failed, here's the output: ..."
  • "tunnel keeps disconnecting, logs show TLS handshake timeout"
  • "cluster shows connected in Orca but no inventory data is showing up"
  • "we're getting Unauthorized when the connector reads the cluster API"

Read the full file on GitHub · 348 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 348 lines · 92 tokens per session scan A f7e325f557e4

Subscribe to this mod's changes

orca-k8s-connector-troubleshoot is a skill published in the GitHub repository orcasecurity/orca-skills (50 stars, last pushed 5d ago), licensed MIT. It adds 92 tokens to every session and 7,742 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

app-platform-troubleshooting

Debug running App Platform applications by accessing containers, analyzing logs, running diagnostics, and applying fixes. Use when apps fail to deploy, crash at runtime, have connectivity issues, or need performance diagnosis.

digitalocean-labs/do-app-platform-skills · 45 tokens

railway-debug

Analyze Railway production logs and debug deploy/runtime errors. Full workflow from log collection through root cause analysis, migration recovery, and post-deploy verification.

parisgroup-ai/imersao-ia-setup · 33 tokens

railway-logs

Fetch and diagnose Railway deployment logs for production issues. Use when an app or deploy on Railway is erroring. Triggers on: logs do railway, ver os logs, erro em producao, app caiu, deploy quebrou no railway, railway logs, production error.

parisgroup-ai/imersao-ia-setup · 60 tokens

python-project-deployment-troubleshooting

Read-only first troubleshooting workflow for Python project deployments, including systemd startup failures, dependency issues, encoding problems, permissions, proxy setup, and readiness gates.

Dirtytrii/codex-skills · 39 tokens

gke-node-notready

Diagnoses GKE nodes reporting NotReady or Unknown status by inspecting node conditions, events, kubelet/containerd logs, and node metrics, then proposing safe remediations. Use when nodes show NotReady, when the kubelet stops posting node status, or when workloads are evicted or stuck Pending due to node health. Don't…

google/skills · 112 tokens

gke-ai-troubleshooting-jobset-interruption

Diagnoses GKE JobSet interruptions, restarts, and preemptions for AI/ML training workloads autonomously. Use when troubleshooting JobSet restart loops, spot VM preemptions, node readiness failures, host VM issues, or coordinator worker crashes. Don't use for general GKE cluster creation, basic workload deployment, or…

google/skills · 83 tokens