返回顶部
k

kubernetes

>

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 2.1.0
安全检测
已通过
6,565
下载量
6
收藏
概述
安装方式
版本历史

kubernetes

# Kubernetes Agent Swarm — Platform Operations A multi-agent system for Kubernetes and OpenShift platform operations. Seven specialized agents work together as a coordinated swarm. ## Runtime Requirements | Requirement | Required | Description | |-------------|----------|-------------| | `kubectl` | ✅ Yes | Kubernetes CLI — must be in PATH | | `oc` | Optional | OpenShift CLI — needed for OCP/ROSA/ARO | | `helm` | Optional | For GitOps agent Helm operations | | `jq` | Optional | For JSON output parsing | | `KUBECONFIG` | ✅ Yes | Cluster access via env var or `~/.kube/config` | Optional cloud CLIs (`aws`, `az`, `gcloud`, `rosa`) — only needed for managed cluster operations. ## Installation ```bash clawhub install kubernetes ``` Or install individual agents: ```bash clawhub install orchestrator clawhub install cluster-ops clawhub install gitops clawhub install security clawhub install observability clawhub install artifacts clawhub install developer-experience ``` ## The Swarm — Agent Roster | Agent | Code Name | Domain | |-------|-----------|--------| | Orchestrator | Jarvis | Task routing, coordination, standups | | Cluster Ops | Atlas | Cluster lifecycle, nodes, upgrades | | GitOps | Flow | ArgoCD, Helm, Kustomize, deploys | | Security | Shield | RBAC, policies, secrets, scanning | | Observability | Pulse | Metrics, logs, alerts, incidents | | Artifacts | Cache | Registries, SBOM, promotion, CVEs | | Developer Experience | Desk | Namespaces, onboarding, support | ## How It Works This is an **instruction-only** skill. Agents receive markdown instructions describing what commands to run and how to interpret output. No executable scripts are included — the agent translates instructions into actions using the host's installed CLI tools. ### Session Setup Before using the swarm, establish cluster context: ```bash # Verify access kubectl cluster-info kubectl get nodes # For OpenShift oc status ``` ### Agent Communication Agents communicate via @mentions in shared task comments: ``` @Shield Please review the RBAC for payment-service v3.2 before I sync. @Pulse Is the CPU spike related to the deployment or external traffic? @Atlas The staging cluster needs 2 more worker nodes. ``` ### Escalation Path 1. Agent detects issue 2. Agent attempts resolution within guardrails 3. If blocked → @mention another agent or escalate to human 4. P1 incidents → all relevant agents auto-notified ## Heartbeat Schedule ``` */5 * * * * Atlas, Pulse, Shield (fast response: incidents, alerts, CVEs) */10 * * * * Flow, Cache (scheduled: deploys, promotions) */15 * * * * Desk, Orchestrator (batch: onboarding, standups) ``` ## Agent Capabilities ### What Agents CAN Do - Read cluster state (`kubectl get`, `kubectl describe`, `oc get`) - Deploy via GitOps (`argocd app sync`, Flux reconciliation) - Create documentation and reports - Investigate and triage incidents - Provision standard resources (namespaces, quotas, RBAC) - Run health checks and audits - Query metrics and logs ### What Agents CANNOT Do (Human-in-the-Loop Required) - Delete production resources - Modify cluster-wide policies - Make direct changes to secrets without rotation workflow - Perform irreversible cluster upgrades - Approve production deployments (can prepare, human approves) ## Key Principles - **Roles over genericism** — Each agent has a defined domain - **Files over mental notes** — Only files persist between sessions - **Human-in-the-loop** — Critical actions require approval - **Guardrails over freedom** — Define what agents can and cannot do - **Audit everything** — Every action logged ## File Structure ``` kubernetes/ ├── SKILL.md # This file — combined swarm ├── AGENTS.md # Swarm configuration and protocols ├── skills/ │ ├── orchestrator/SKILL.md # Jarvis — task routing │ ├── cluster-ops/SKILL.md # Atlas — cluster operations │ ├── gitops/SKILL.md # Flow — GitOps │ ├── security/SKILL.md # Shield — security │ ├── observability/SKILL.md # Pulse — monitoring │ ├── artifacts/SKILL.md # Cache — artifacts │ └── developer-experience/SKILL.md # Desk — DevEx ├── memory/MEMORY.md # Long-term agent memory ├── working/WORKING.md # Session progress └── logs/LOGS.md # Action audit trail ``` ## Detailed Agent Documentation See individual SKILL.md files for each agent's full capabilities, personality, and workflow instructions.

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 kubernetes-1776420063 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 kubernetes-1776420063 技能

通过命令行安装

skillhub install kubernetes-1776420063

下载 Zip 包

⬇ 下载 kubernetes v2.1.0

文件大小: 70.02 KB | 发布时间: 2026-4-17 20:01

v2.1.0 最新 2026-4-17 20:01
v2.1.0: Declare all credentials/binaries in metadata, add human-approval warnings for destructive operations

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部