Sagart-cactus/claude-k8s-plugin

33 stars · Last commit 2026-02-28

Claude Code plugin for building Kubernetes CRD operators with webhooks and Tilt fast dev loop

README preview

# k8s — Claude Code Plugin

A Claude Code plugin for building Kubernetes CRD operators with webhooks and a fast Tilt-based dev loop.

This plugin guides you through the entire operator lifecycle: requirements gathering, scaffolding with Kubebuilder, implementing controllers and webhooks, setting up a fast dev loop with Tilt, and validating your deployment — all within Claude Code.

<p align="center">
  <img src="assets/demo.gif" alt="Claude K8s Plugin demo" />
</p>

## Installation

```bash
# Add the marketplace
claude plugin marketplace add https://github.com/Sagart-cactus/claude-k8s-plugin

# Install the plugin
claude plugin install k8s@sagart-devtools
```

View full repository on GitHub →