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

Terminal
claude install-skill https://github.com/OpenHands/OpenHands/blob/main/skills/kubernetes.md

Full documentation available on GitHub

View Source Repository