Skip to content

Instantly share code, notes, and snippets.

@darkedges
darkedges / NetworkAttachmentDefinition.yaml
Last active April 22, 2025 12:37
WSL2, Kind and Multus
apiVersion: "k8s.cni.cncf.io/v1"
kind: NetworkAttachmentDefinition
metadata:
name: ipvlan-def
spec:
config: '{
"cniVersion": "0.3.1",
"type": "ipvlan",
"master": "eth0",
"mode": "l2",
user_id first_name last_name email department status entitlements manager_id
1001 Alice Smith alice.smith@example.com Finance active R001|G001|G002 0000
1002 Bob Johnson bob.johnson@example.com Engineering active R002|G001|G002|E001 1001
1003 Carol Williams carol.williams@example.com Sales active R003|G001 1001
1004 David Brown david.brown@example.com Engineering active R002|G001|G002|E001 1002
1005 Eve Davis eve.davis@example.com Finance inactive R001|G001 1001
1006 Frank Miller frank.miller@example.com Support active R004|G001|E002 1001
1007 Grace Wilson grace.wilson@example.com Marketing active R005|G001|G002 1001
1008 Henry Moore henry.moore@example.com IT active R006|G001|G003|E003 1002
1009 Ivy Taylor ivy.taylor@example.com Sales active R003|G001 1003
@darkedges
darkedges / README.md
Created June 6, 2026 00:10
Claude Opus as orchestrataor and sonnet as implementation/review

Opus Orchestrator + Sonnet Subagent Workflow for Claude Code

Run Claude Code with Opus as the orchestrator and Sonnet as the implementation/review subagents — keeping the main session focused and cheap while delegating the heavy lifting to isolated workers.


File Layout

.claude/