Kubernetes banner
OpenHands OpenHands

Kubernetes

DevOps community

Description

--- name: kubernetes type: knowledge version: 1.0.0 agent: CodeActAgent triggers: - kubernetes - k8s - kube --- # Kubernetes Local Development with KIND ## KIND Installation and Setup KIND (Kubernetes IN Docker) is a tool for running local Kubernetes clusters using Docker containers as nodes. It's designed for testing Kubernetes applications locally. IMPORTANT: Before you proceed with installation, make sure you have docker installed locally. ### Installation To install KIND on a Debian/Ub

Installation

Installs to ~/.claude/skills/openhands-openhands-kubernetes/SKILL.md

Terminal
mkdir -p ~/.claude/skills/openhands-openhands-kubernetes && curl -fsSL https://raw.githubusercontent.com/OpenHands/OpenHands/HEAD/skills/kubernetes.md -o ~/.claude/skills/openhands-openhands-kubernetes/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository