Home / openbkn-ai / bkn-sdk · skills/create-bkn/references/examples/k8s-network/SKILL.md · GitHub

k8s-network skillC

k8s-network is agent-read markdown (skill) from openbkn-ai/bkn-sdk.

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# Kubernetes 模块化网络 - Agent 使用指南

> **网络ID**: k8s-modular  
> **版本**: 1.0.0  
> **标签**: Kubernetes, 拓扑架构, 运维

## 网络概览

本知识网络描述 Kubernetes 集群的核心资源拓扑结构,采用模块化组织方式,每个定义独立成文件。

### 核心对象

| 对象 | 文件路径 | 说明 |
|------|----------|------|
| Pod | `object_types/pod.bkn` | 最小部署单元,包含容器规格 |
| Node | `object_types/node.bkn` | 集群工作节点 |
| Service | `object_types/service.bkn` | 服务暴露与负载均衡 |

### 核心关系

| 关系 | 文件路径 | 源 → 目标 | 说明 |
|------|----------|-----------|------|
| pod_belongs_node | `relation_types/pod_belongs_node.bkn` | Pod → Node | Pod 归属节点关系 |
| service_routes_pod | `relation_types/service_routes_pod.bkn` | Service → Pod | 服务路由到 Pod |

### 可用行动

| 行动 | 文件路径 | 绑定对象 | 说明 |
|------|----------|----------|------|
| restart_pod | `action_types/restart_pod.bkn` | Pod | 重启指定 Pod |
| cordon_node | `action_types/cordon_node.bkn` | Node | 隔离节点,禁止调度 |

## 拓扑结构

```
┌─────────────┐     routes      ┌─────────┐
│  Service    │ ───────────────→│   Pod   │
└─────────────┘                 └────┬────┘
                                     │ belongs
                                     ↓
                                ┌─────────┐
                                │  Node   │
…

Read the whole file at its exact version.

How to install

Latest version
mdr add openbkn-ai/bkn-sdk/k8s-network@git:20260701.fda7ed8
Exact content
mdr add openbkn-ai/bkn-sdk/k8s-network@sha256:894474f5404ce507

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_r5ysxbnbd3e7pava.svg)](https://markdownregistry.com/a/art_r5ysxbnbd3e7pava)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260701.fda7ed8 latest2026-07-01 fda7ed8 2,846 BC view

Audit of the latest version

C  14 of 17 checks passed. Deterministic, no model, same answer every run.
  • fail: Frontmatter block present
  • fail: Frontmatter declares a name
  • fail: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (2846 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

openbkn-ai/bkn-sdk · 17 stars · license Apache-2.0 · pushed 2026-09-23 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_r5ysxbnbd3e7pava
GET https://markdownregistry.com/api/v1/resolve?ref=openbkn-ai/bkn-sdk/k8s-network
GET https://markdownregistry.com/api/v1/blob/894474f5404ce5073dedd05da041c66f181707efc9aef54891319bed11cbdb6e

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from openbkn-ai/bkn-sdk

AGENTS.md agents
openbkn-ai/bkn-sdk · AGENTS.md
git:20260921.39b42cd · audit A · 17 stars
DESIGN.md@docs design
openbkn-ai/bkn-sdk · docs/DESIGN.md
git:20260701.c863b0e · audit A · 17 stars
create-bkn skill
openbkn-ai/bkn-sdk · skills/create-bkn/SKILL.md · Guides creation of BKN (Business Knowledge Network) definition files following v2.0.1 spec. Covers network…
git:20260918.d7f989a · audit A · 17 stars
create-skill skill
openbkn-ai/bkn-sdk · skills/create-skill/SKILL.md · Guides authoring of an OpenBKN Skill package (SKILL.md + references) that declares which knowledge-network capabilities…
git:20260918.d7f989a · audit A · 17 stars
demand-deliverability-assessment skill
openbkn-ai/bkn-sdk · skills/create-skill/references/examples/demand-deliverability-assessment/SKILL.md · Use when a user asks whether a product demand (an existing forecast or a new order) can be delivered on knowledge…
git:20260912.e67922d · audit A · 17 stars
openbkn skill
openbkn-ai/bkn-sdk · skills/openbkn/SKILL.md · 操作 BKN(Business Knowledge Network)平台的统一 CLI `openbkn` —— 知识网络 构建/查询(Schema:对象/关系/行动类型、指标、概念组;实例与语义搜索;…
git:20260918.d7f989a · audit A · 17 stars

Every file in openbkn-ai/bkn-sdk

Other files named k8s-network

k8s-network skill
openbkn-ai/bkn-foundry · adp/bkn/bkn-backend/tests/integration_tests/bkn/helpers/examples/k8s-network/SKILL.md
git:20260407.4ae969e · audit C · 569 stars
k8s-network skill
openbkn-ai/bkn-foundry · adp/bkn/bkn-backend/server/bkn-specification/examples/k8s-network/SKILL.md
git:20260708.acb43ca · audit C · 569 stars

Browse by kind, by grade C, or by owner.