Documentation/Tools/Kubernetes
🔧

Kubernetes

v1.1.3Apache 2.0

Kubernetes manifest validation and best practices

Installation

Install han binary (required for hooks to work):

curl -fsSL https://han.guru/install.sh | bash

Then install this plugin:

han plugin install kubernetes

Overview

Kubernetes manifest validation and best practices for cloud-native deployments.

Features

  • Provides skills for working with Kubernetes resources
  • Ensures manifest quality and security best practices

Skills Included

  • kubernetes-manifests: Working with Kubernetes manifest files
  • kubernetes-resources: Understanding Kubernetes resources (Pods, Deployments, Services, etc.)
  • kubernetes-security: Security best practices for Kubernetes

Installation

bash
han plugin install kubernetes

Skills

Hooks

🛑

Stop

Runs when the main Claude Code agent has finished responding. Can verify task completion, check quality gates, or ensure documentation requirements are met before the session ends.

han hook run kubernetes validate --async
🛑

SubagentStop

Runs when a Claude Code subagent (Agent tool call) has finished responding. Can validate subagent outputs, enforce quality standards, or trigger additional workflows after delegated tasks complete.

han hook run kubernetes validate --async